Searched refs:OwnedPythonFile (Results 1 – 1 of 1) sorted by relevance
1031 template <typename Base> class OwnedPythonFile : public Base { class1034 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anonf7d06da40111::OwnedPythonFile1039 ~OwnedPythonFile() override { in ~OwnedPythonFile()1093 class SimplePythonFile : public OwnedPythonFile<NativeFile> {1097 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()1144 class PythonIOFile : public OwnedPythonFile<File> {1147 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()