Searched refs:PyInstanceMethod_New (Results 1 – 7 of 7) sorted by relevance
45 PyAPI_FUNC(PyObject *) PyInstanceMethod_New(PyObject *);
378 PyInstanceMethod_New(PyObject *func) { in PyInstanceMethod_New() function568 return PyInstanceMethod_New(func); in instancemethod_new()
27 .. c:function:: PyObject* PyInstanceMethod_New(PyObject *func)
167 #define PYBIND11_INSTANCE_METHOD_NEW(ptr, class_) PyInstanceMethod_New(ptr)
1059 PyInstanceMethod_New:PyObject*::+1:1060 PyInstanceMethod_New:PyObject*:func:0:
1076 return PyInstanceMethod_New(func); in SWIG_PyInstanceMethod_New()
16998 functions *PyInstanceMethod_Check(o)*, *PyInstanceMethod_New(func)*