Searched refs:OwnedPythonFile (Results 1 – 1 of 1) sorted by relevance
1132 template <typename Base> class OwnedPythonFile : public Base { class1135 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anon89da3f040211::OwnedPythonFile1140 ~OwnedPythonFile() override { in ~OwnedPythonFile()1194 class SimplePythonFile : public OwnedPythonFile<NativeFile> {1198 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()1247 class PythonIOFile : public OwnedPythonFile<File> {1250 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()