Home
last modified time | relevance | path

Searched refs:methodcaller_type (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Doperator.c785 static PyTypeObject methodcaller_type; variable
800 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()
864 static PyTypeObject methodcaller_type = { variable
931 if (PyType_Ready(&methodcaller_type) < 0) in initoperator()
933 Py_INCREF(&methodcaller_type); in initoperator()
934 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type); in initoperator()
/external/python/cpython3/Modules/
D_operator.c1494 static PyTypeObject methodcaller_type; variable
1517 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()
1707 static PyTypeObject methodcaller_type = { variable
1757 &methodcaller_type in operator_exec()
/external/python/cpython3/Tools/c-analyzer/
DTODO641 Modules/_operator.c:methodcaller_type static PyTypeObject methodcaller_t…
Dknown.tsv495 Modules/_operator.c - methodcaller_type variable static PyTypeObject methodcaller_type