Searched refs:OwnedPythonFile (Results 1 – 1 of 1) sorted by relevance
1013 template <typename Base> class OwnedPythonFile : public Base { class1016 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anonf81d8c2d0111::OwnedPythonFile1021 ~OwnedPythonFile() override { in ~OwnedPythonFile()1076 class SimplePythonFile : public OwnedPythonFile<NativeFile> {1080 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()1127 class PythonIOFile : public OwnedPythonFile<File> {1130 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()