Searched refs:_Py_GetObjects (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Python/ |
D | sysmodule.c | 895 extern PyObject *_Py_GetObjects(PyObject *, PyObject *); 951 {"getobjects", _Py_GetObjects, METH_VARARGS},
|
/external/python/cpython3/Python/ |
D | sysmodule.c | 1877 extern PyObject *_Py_GetObjects(PyObject *, PyObject *); 1955 {"getobjects", _Py_GetObjects, METH_VARARGS},
|
/external/python/cpython3/Objects/ |
D | object.c | 1900 _Py_GetObjects(PyObject *self, PyObject *args) in _Py_GetObjects() function
|
/external/python/cpython2/Objects/ |
D | object.c | 2300 _Py_GetObjects(PyObject *self, PyObject *args) in _Py_GetObjects() function
|