Home
last modified time | relevance | path

Searched defs:PythonFile (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp933 PythonFile::PythonFile() : PythonObject() {} in PythonFile() function in PythonFile
935 PythonFile::PythonFile(File &file, const char *mode) { Reset(file, mode); } in PythonFile() function in PythonFile
937 PythonFile::PythonFile(const char *path, const char *mode) { in PythonFile() function in PythonFile
943 PythonFile::PythonFile(PyRefType type, PyObject *o) { Reset(type, o); } in PythonFile() function in PythonFile