Searched refs:PythonCallable (Results 1 – 3 of 3) sorted by relevance
85 if (PythonCallable::Check(m_py_obj)) in GetObjectType()842 PythonCallable::PythonCallable() : PythonObject() {} in PythonCallable() function in PythonCallable844 PythonCallable::PythonCallable(PyRefType type, PyObject *py_obj) { in PythonCallable() function in PythonCallable848 PythonCallable::PythonCallable(const PythonCallable &callable) in PythonCallable() function in PythonCallable851 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 …]
141 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()
409 class PythonCallable : public PythonObject {418 PythonCallable();419 PythonCallable(PyRefType type, PyObject *o);420 PythonCallable(const PythonCallable &dict);422 ~PythonCallable() override;