FEM: Fenics: issue #3038: fixes missing isatty() function in Python wrapper classes for stderr and stdout

This commit is contained in:
joha2
2017-08-04 18:03:09 +00:00
committed by wmayer
parent 804c34768a
commit c00fb315ba
2 changed files with 30 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ public:
Py::Object repr();
Py::Object write(const Py::Tuple&);
Py::Object flush(const Py::Tuple&);
Py::Object isatty();
};
/**
@@ -79,6 +80,7 @@ public:
Py::Object repr();
Py::Object write(const Py::Tuple&);
Py::Object flush(const Py::Tuple&);
Py::Object isatty();
};
/**
@@ -101,6 +103,7 @@ public:
Py::Object repr();
Py::Object write(const Py::Tuple&);
Py::Object flush(const Py::Tuple&);
Py::Object isatty();
};
/**
@@ -123,6 +126,7 @@ public:
Py::Object repr();
Py::Object write(const Py::Tuple&);
Py::Object flush(const Py::Tuple&);
Py::Object isatty();
};
/**