reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  817   auto init = As<PythonCallable>(GetAttribute("__init__"));
 1123     auto closed = As<bool>(m_py_obj.GetAttribute("closed"));
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1079         As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));
 1191         As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));