Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp842 PythonCallable::PythonCallable() : PythonObject() {} in PythonCallable() function in PythonCallable
844 PythonCallable::PythonCallable(PyRefType type, PyObject *py_obj) { in PythonCallable() function in PythonCallable
848 PythonCallable::PythonCallable(const PythonCallable &callable) in PythonCallable() function in PythonCallable