Home
last modified time | relevance | path

Searched refs:PyObject_Length (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h432 #undef PyObject_Length
433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
434 #define PyObject_Length PyObject_Size macro
/external/python/cpython3/Include/
Dabstract.h417 #undef PyObject_Length
418 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
419 #define PyObject_Length PyObject_Size macro
/external/python/cpython2/PC/os2vacpp/
Dpython.def319 PyObject_Length
/external/python/cpython3/Objects/
Dabstract.c65 #undef PyObject_Length
67 PyObject_Length(PyObject *o) in PyObject_Length() function
71 #define PyObject_Length PyObject_Size macro
92 res = PyObject_Length(o); in PyObject_LengthHint()
Dodictobject.c908 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce()
1536 Py_ssize_t len = PyObject_Length(args); in odict_init()
Dweakrefobject.c565 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
/external/python/cpython3/PC/
Dpython3.def482 PyObject_Length=python37.PyObject_Length
/external/python/cpython2/Objects/
Dabstract.c77 #undef PyObject_Length
79 PyObject_Length(PyObject *o) in PyObject_Length() function
83 #define PyObject_Length PyObject_Size macro
Dweakrefobject.c582 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
/external/python/cpython2/PC/os2emx/
Dpython27.def124 "PyObject_Length"
/external/python/cpython2/Doc/data/
Drefcounts.dat1001 PyObject_Length:int:::
1002 PyObject_Length:PyObject*:o:0:
/external/python/cpython2/Parser/
Dtokenizer.c580 return PyObject_Length(buf) == 0; in decoding_feof()
/external/python/cpython3/Doc/c-api/
Dobject.rst392 Py_ssize_t PyObject_Length(PyObject *o)
Dintro.rst328 n = PyObject_Length(target);
/external/python/cpython2/Doc/c-api/
Dobject.rst358 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
Dintro.rst251 n = PyObject_Length(target);
/external/python/cpython3/Parser/
Dtokenizer.c658 return PyObject_Length(buf) == 0; in decoding_feof()
/external/python/cpython3/Doc/data/
Drefcounts.dat1703 PyObject_Length:Py_ssize_t:::
1704 PyObject_Length:PyObject*:o:0:
/external/python/cpython2/Modules/
D_sre.c1739 size = PyObject_Length(string); in getstring()
D_bsddb.c2276 length = PyObject_Length(cursorsObj); in DB_join()
/external/python/cpython2/Misc/
DHISTORY9178 e.g. PyObject_Length, are still available for backwards compatibility
/external/python/cpython3/Misc/
DHISTORY26557 e.g. PyObject_Length, are still available for backwards compatibility