MCPcopy Create free account
hub / github.com/Kitware/VTK / Close

Function Close

Utilities/PythonInterpreter/vtkPythonStdStreamCaptureHelper.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return isatty(fileno(stdin)); // when not captured, uses cin
56 }
57 void Close() { this->Flush(); }
58};
59
60static PyObject* vtkWrite(PyObject* self, PyObject* args);

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected