Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dabstract.h275 #undef PyObject_Length
276 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
277 #define PyObject_Length PyObject_Size macro
/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/Python/
Dpystrhex.c18 Py_ssize_t seplen = PyObject_Length((PyObject*)sep); in _Py_strhex_impl()
/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.c909 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce()
1526 Py_ssize_t len = PyObject_Length(args); in odict_init()
Dweakrefobject.c607 Py_ssize_t res = PyObject_Length(obj); in proxy_length()
/external/python/cpython3/PC/
Dpython3.def485 PyObject_Length=python38.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/pybind11/include/pybind11/
Dpytypes.h1363 ssize_t result = PyObject_Length(h.ptr()); in len()
1373 ssize_t result = PyObject_Length(h.ptr()); in len_hint()
/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/Doc/c-api/
Dobject.rst358 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
Dintro.rst251 n = PyObject_Length(target);
/external/python/cpython2/Parser/
Dtokenizer.c580 return PyObject_Length(buf) == 0; in decoding_feof()
/external/python/cpython3/Parser/
Dtokenizer.c573 return PyObject_Length(buf) == 0; in decoding_feof()
/external/python/cpython3/Doc/c-api/
Dobject.rst477 Py_ssize_t PyObject_Length(PyObject *o)
Dintro.rst346 n = PyObject_Length(target);
/external/python/cpython3/Doc/data/
Drefcounts.dat1731 PyObject_Length:Py_ssize_t:::
1732 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