Searched defs:tp_call (Results 1 – 9 of 9) sorted by relevance
24 ternaryfunc tp_call; member
25 ternaryfunc tp_call; member
172 ternaryfunc tp_call; member
347 ternaryfunc tp_call; member
1106 ternaryfunc tp_call = PyType_GetSlot(&PyLong_Type, Py_tp_call); in test_get_statictype_slots() local