Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp85 if (PythonCallable::Check(m_py_obj)) in GetObjectType()
842 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
851 PythonCallable::~PythonCallable() {} in ~PythonCallable()
853 bool PythonCallable::Check(PyObject *py_obj) { in Check()
865 if (!PythonCallable::Check(py_obj)) { in Reset()
875 PythonCallable::ArgInfo PythonCallable::GetNumArguments() const { in GetNumArguments()
915 PythonObject PythonCallable::operator()() { in operator ()()
919 PythonObject PythonCallable::
[all …]
H A DPythonExceptionState.cpp141 stringIO_module.ResolveName<PythonCallable>("StringIO"); in ReadBacktrace()
149 auto printTB = traceback_module.ResolveName<PythonCallable>("print_tb"); in ReadBacktrace()
156 stringIO_buffer.ResolveName<PythonCallable>("getvalue"); in ReadBacktrace()
H A DPythonDataObjects.h409 class PythonCallable : public PythonObject {
418 PythonCallable();
419 PythonCallable(PyRefType type, PyObject *o);
420 PythonCallable(const PythonCallable &dict);
422 ~PythonCallable() override;