Home
last modified time | relevance | path

Searched refs:IsPythonSideValid (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp1149 bool IsPythonSideValid() const { in IsPythonSideValid() function in __anon89da3f040211::OwnedPythonFile
1160 return IsPythonSideValid() && Base::IsValid(); in IsValid()
1254 bool IsValid() const override { return IsPythonSideValid(); } in IsValid()