Home
last modified time | relevance | path

Searched refs:tp_call (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Doc/includes/
Dtypestruct.h24 ternaryfunc tp_call; member
/external/python/cpython2/Include/
Dobject.h347 ternaryfunc tp_call; member
/external/python/cpython2/Doc/extending/
Dnewtypes.rst97 0, /*tp_call*/
1394 ternaryfunc tp_call;
1398 contains ``obj1('hello')``, the :c:member:`~PyTypeObject.tp_call` handler is invoked.
/external/python/cpython2/Objects/
Dobject.c1674 return x->ob_type->tp_call != NULL; in PyCallable_Check()
Dabstract.c2543 if ((call = func->ob_type->tp_call) != NULL) {
Dtypeobject.c3991 COPYSLOT(tp_call);
5987 FLSLOT("__call__", tp_call, slot_tp_call, (wrapperfunc)wrap_call,
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst353 .. c:member:: ternaryfunc PyTypeObject.tp_call
/external/python/cpython2/Misc/
DHISTORY15227 pointers in the type object structure: tp_call defines how an object