Searched refs:OwnedPythonFile (Results 1 – 1 of 1) sorted by relevance
1032 template <typename Base> class OwnedPythonFile : public Base { class1035 OwnedPythonFile(const PythonFile &file, bool borrowed, Args... args) in OwnedPythonFile() function in __anon7439c15d0111::OwnedPythonFile1040 ~OwnedPythonFile() override { in ~OwnedPythonFile()1094 class SimplePythonFile : public OwnedPythonFile<NativeFile> {1098 : OwnedPythonFile(file, borrowed, fd, options, false) {} in SimplePythonFile()1145 class PythonIOFile : public OwnedPythonFile<File> {1148 : OwnedPythonFile(file, borrowed) {} in PythonIOFile()