Searched defs:PythonFile (Results 1 – 1 of 1) sorted by relevance
933 PythonFile::PythonFile() : PythonObject() {} in PythonFile() function in PythonFile935 PythonFile::PythonFile(File &file, const char *mode) { Reset(file, mode); } in PythonFile() function in PythonFile937 PythonFile::PythonFile(const char *path, const char *mode) { in PythonFile() function in PythonFile943 PythonFile::PythonFile(PyRefType type, PyObject *o) { Reset(type, o); } in PythonFile() function in PythonFile