Searched refs:PyObject_Length (Results 1 – 22 of 22) sorted by relevance
432 #undef PyObject_Length433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);434 #define PyObject_Length PyObject_Size macro
417 #undef PyObject_Length418 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);419 #define PyObject_Length PyObject_Size macro
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()
908 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce()1536 Py_ssize_t len = PyObject_Length(args); in odict_init()
565 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
482 PyObject_Length=python37.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()
124 "PyObject_Length"
1001 PyObject_Length:int:::1002 PyObject_Length:PyObject*:o:0:
580 return PyObject_Length(buf) == 0; in decoding_feof()
392 Py_ssize_t PyObject_Length(PyObject *o)
328 n = PyObject_Length(target);
358 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
251 n = PyObject_Length(target);
658 return PyObject_Length(buf) == 0; in decoding_feof()
1703 PyObject_Length:Py_ssize_t:::1704 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