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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
79649     if (pyfunct_wrapper && *pyfunct_wrapper && PyFunction_Check (*pyfunct_wrapper))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  881     if (!PyFunction_Check(py_func_obj)) {