Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Doperator.c653 static PyTypeObject methodcaller_type; variable
668 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()
731 static PyTypeObject methodcaller_type = { variable
798 if (PyType_Ready(&methodcaller_type) < 0) in initoperator()
800 Py_INCREF(&methodcaller_type); in initoperator()
801 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type); in initoperator()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Doperator.c781 static PyTypeObject methodcaller_type; variable
796 mc = PyObject_GC_New(methodcallerobject, &methodcaller_type); in methodcaller_new()
859 static PyTypeObject methodcaller_type = { variable
926 if (PyType_Ready(&methodcaller_type) < 0) in initoperator()
928 Py_INCREF(&methodcaller_type); in initoperator()
929 PyModule_AddObject(m, "methodcaller", (PyObject *)&methodcaller_type); in initoperator()