Searched refs:PyObject_Length (Results 1 – 23 of 23) sorted by relevance
432 #undef PyObject_Length433 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);434 #define PyObject_Length PyObject_Size macro
498 #undef PyObject_Length499 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);500 #define PyObject_Length PyObject_Size macro
319 PyObject_Length
61 #undef PyObject_Length63 PyObject_Length(PyObject *o) in PyObject_Length() function67 #define PyObject_Length PyObject_Size macro88 res = PyObject_Length(o); in PyObject_LengthHint()
970 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce()1633 Py_ssize_t len = PyObject_Length(args); in odict_init()
565 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
2764 PyObject_Length(*dictptr) > 0) { in _PyErr_TrySetFromCause()
482 PyObject_Length=python36.PyObject_Length
77 #undef PyObject_Length79 PyObject_Length(PyObject *o) in PyObject_Length() function83 #define PyObject_Length PyObject_Size macro
580 return PyObject_Length(PyWeakref_GET_OBJECT(proxy)); in proxy_length()
124 "PyObject_Length"
1001 PyObject_Length:int:::1002 PyObject_Length:PyObject*:o:0:
1015 PyObject_Length:int:::1016 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()
363 .. c:function:: Py_ssize_t PyObject_Length(PyObject *o)
252 n = PyObject_Length(target);
661 return PyObject_Length(buf) == 0; in decoding_feof()
1739 size = PyObject_Length(string); in getstring()
2259 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