Lines Matching refs:PythonCallable
85 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()
860 void PythonCallable::Reset(PyRefType type, PyObject *py_obj) { in Reset()
865 if (!PythonCallable::Check(py_obj)) { in Reset()
875 PythonCallable::ArgInfo PythonCallable::GetNumArguments() const { in GetNumArguments()
891 auto __callable__ = __call__.AsType<PythonCallable>(); in GetNumArguments()
915 PythonObject PythonCallable::operator()() { in operator ()()
919 PythonObject PythonCallable::
926 PythonObject PythonCallable::