Home
last modified time | relevance | path

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

/third_party/boost/boost/python/
Dobject.hpp20 ssize_t result = PyObject_Length(obj.ptr()); in len()
/third_party/python/Include/
Dabstract.h281 #undef PyObject_Length
282 PyAPI_FUNC(Py_ssize_t) PyObject_Length(PyObject *o);
283 #define PyObject_Length PyObject_Size macro
/third_party/python/Python/
Dpystrhex.c15 Py_ssize_t seplen = PyObject_Length((PyObject*)sep); in _Py_strhex_impl()
Dceval.c3855 Py_ssize_t len_i = PyObject_Length(TOP()); in _PyEval_EvalFrameDefault()
/third_party/python/Modules/
Dxxlimited.c183 if (kwnames != NULL && PyObject_Length(kwnames)) { in Xxo_demo()
/third_party/boost/libs/python/src/converter/
Dbuiltin_converters.cpp454 std::wstring result(::PyObject_Length(intermediate), L' '); in extract()
/third_party/python/Objects/
Dabstract.c70 #undef PyObject_Length
72 PyObject_Length(PyObject *o) in PyObject_Length() function
76 #define PyObject_Length PyObject_Size macro
97 res = PyObject_Length(o); in PyObject_LengthHint()
Dodictobject.c960 Py_ssize_t dict_len = PyObject_Length(dict); in odict_reduce()
1573 Py_ssize_t len = PyObject_Length(args); in odict_init()
Dweakrefobject.c614 Py_ssize_t res = PyObject_Length(obj); in proxy_length()
Dtypeobject.c4488 method_count = PyObject_Length(sorted_methods); in object_new()
/third_party/python/Doc/data/
Dstable_abi.dat508 function,PyObject_Length,3.2,
Drefcounts.dat1738 PyObject_Length:Py_ssize_t:::
1739 PyObject_Length:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c464 EXPORT_FUNC(PyObject_Length)
/third_party/python/Doc/c-api/
Dobject.rst305 Py_ssize_t PyObject_Length(PyObject *o)
Dintro.rst392 n = PyObject_Length(target);
/third_party/boost/libs/python/doc/reference/
Dobject.qbk550 [[Effects][`PyObject_Length(obj.ptr())`]]
/third_party/python/Misc/
Dstable_abi.txt1097 function PyObject_Length
DHISTORY26557 e.g. PyObject_Length, are still available for backwards compatibility