Searched refs:PyNumber_Index (Results 1 – 25 of 34) sorted by relevance
12
31 step = PyNumber_Index(step); in validate_step()83 stop = PyNumber_Index(stop); in range_new()104 start = PyNumber_Index(start); in range_new()107 stop = PyNumber_Index(stop); in range_new()648 i = PyNumber_Index(item); in range_subscript()
352 return PyNumber_Index(v); in evaluate_slice_index()520 length = PyNumber_Index(len); in slice_indices()
1548 tmp = PyNumber_Index(item); in pylong_as_ld()1563 tmp = PyNumber_Index(item); in pylong_as_lu()1578 tmp = PyNumber_Index(item); in pylong_as_lld()1593 tmp = PyNumber_Index(item); in pylong_as_llu()1608 tmp = PyNumber_Index(item); in pylong_as_zd()1623 tmp = PyNumber_Index(item); in pylong_as_zu()
29 start = PyNumber_Index(start); in enum_new()
527 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
1213 PyNumber_Index(PyObject *item) in PyNumber_Index() function1259 PyObject *value = PyNumber_Index(item); in PyNumber_AsSsize_t()1442 PyObject *index = PyNumber_Index(n); in PyNumber_ToBase()
463 iobj = PyNumber_Index(v); in formatlong()506 iobj = PyNumber_Index(arg); in byte_converter()
40 PyObject *index = PyNumber_Index(arg); in _getbytevalue()
1490 PyNumber_Index(PyObject *item) function1526 PyObject *value = PyNumber_Index(item);1822 PyObject *index = PyNumber_Index(n);
526 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
251 .. c:function:: PyObject* PyNumber_Index(PyObject *o)263 :c:func:`PyNumber_Index` first.
285 .. c:function:: PyObject* PyNumber_Index(PyObject *o)299 :c:func:`PyNumber_Index` first.
549 PyObject *value = PyNumber_Index(item); in PyNumber_AsOff_t()
505 PyObject *value = PyNumber_Index(item); in PyNumber_AsOff_t()
853 PyAPI_FUNC(PyObject *) PyNumber_Index(PyObject *o);
695 a = PyNumber_Index(a); in math_gcd()698 b = PyNumber_Index(b); in math_gcd()
135 return PyNumber_Index(a); in op_index()
876 PyAPI_FUNC(PyObject *) PyNumber_Index(PyObject *o);
402 PyNumber_Index=python36.PyNumber_Index
161 return PyNumber_Index(a); in op_index()
123 w = PyNumber_Index(v); in get_pylong()
148 "PyNumber_Index"
99 as many other useful protocols such as numbers (:c:func:`PyNumber_Index` et
750 iobj = PyNumber_Index(arg); in convertsimple()