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