Searched defs:func_obj (Results 1 – 6 of 6) sorted by relevance
47 static inline PyObject* PyCFunction_GET_SELF(PyObject *func_obj) { in PyCFunction_GET_SELF()65 static inline PyTypeObject* PyCFunction_GET_CLASS(PyObject *func_obj) { in PyCFunction_GET_CLASS()
280 def md_function(func_obj, class_obj=None): argument