Searched refs:PyCell_New (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/Include/
H A Dcellobject.h18 PyAPI_FUNC(PyObject *) PyCell_New(PyObject *);
/external/python/cpython3/Include/
H A Dcellobject.h18 PyAPI_FUNC(PyObject *) PyCell_New(PyObject *);
/external/python/cpython2/Objects/
H A Dcellobject.c6 PyCell_New(PyObject *obj) function
/external/python/cpython3/Objects/
H A Dcellobject.c6 PyCell_New(PyObject *obj) function
/external/python/cpython2/Python/
H A Dceval.c3547 c = PyCell_New(GETLOCAL(j));
3556 c = PyCell_New(NULL);
/external/python/cpython3/Python/
H A Dceval.c4064 c = PyCell_New(GETLOCAL(arg));
4069 c = PyCell_New(NULL);

Completed in 231 milliseconds