Searched refs:OwnedPythonFile (Results 1 – 1 of 1) sorted by relevance
1070 template <typename Base> class OwnedPythonFile : public Base { class1073 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anonf81d8c2d0111::OwnedPythonFile1078 ~OwnedPythonFile() override { in ~OwnedPythonFile()1132 class SimplePythonFile : public OwnedPythonFile<NativeFile> {1136 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()1183 class PythonIOFile : public OwnedPythonFile<File> {1186 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()