Searched refs:PyObject_Length (Results 1 – 24 of 24) sorted by relevance
275 #undef PyObject_Length276 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);277 #define PyObject_Length PyObject_Size macro
432 #undef PyObject_Length433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);434 #define PyObject_Length PyObject_Size macro
18 Py_ssize_t seplen = PyObject_Length((PyObject*)sep); in _Py_strhex_impl()
319 PyObject_Length
65 #undef PyObject_Length67 PyObject_Length(PyObject *o) in PyObject_Length() function71 #define PyObject_Length PyObject_Size macro92 res = PyObject_Length(o); in PyObject_LengthHint()
909 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce()1526 Py_ssize_t len = PyObject_Length(args); in odict_init()
607 Py_ssize_t res = PyObject_Length(obj); in proxy_length()
485 PyObject_Length=python38.PyObject_Length
77 #undef PyObject_Length79 PyObject_Length(PyObject *o) in PyObject_Length() function83 #define PyObject_Length PyObject_Size macro
582 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
1363 ssize_t result = PyObject_Length(h.ptr()); in len()1373 ssize_t result = PyObject_Length(h.ptr()); in len_hint()
124 "PyObject_Length"
1001 PyObject_Length:int:::1002 PyObject_Length:PyObject*:o:0:
358 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
251 n = PyObject_Length(target);
580 return PyObject_Length(buf) == 0; in decoding_feof()
573 return PyObject_Length(buf) == 0; in decoding_feof()
477 Py_ssize_t PyObject_Length(PyObject *o)
346 n = PyObject_Length(target);
1731 PyObject_Length:Py_ssize_t:::1732 PyObject_Length:PyObject*:o:0:
1739 size = PyObject_Length(string); in getstring()
2276 length = PyObject_Length(cursorsObj); in DB_join()
9178 e.g. PyObject_Length, are still available for backwards compatibility
26557 e.g. PyObject_Length, are still available for backwards compatibility