Searched refs:PyNumber_Index (Results 1 – 25 of 37) sorted by relevance
12
31 step = PyNumber_Index(step); in validate_step()83 stop = PyNumber_Index(stop); in range_new()97 start = PyNumber_Index(start); in range_new()100 stop = PyNumber_Index(stop); in range_new()605 i = PyNumber_Index(item); in range_subscript()
356 return PyNumber_Index(v); in evaluate_slice_index()521 length = PyNumber_Index(len); in slice_indices()
1550 tmp = PyNumber_Index(item); in pylong_as_ld()1565 tmp = PyNumber_Index(item); in pylong_as_lu()1580 tmp = PyNumber_Index(item); in pylong_as_lld()1595 tmp = PyNumber_Index(item); in pylong_as_llu()1610 tmp = PyNumber_Index(item); in pylong_as_zd()1625 tmp = PyNumber_Index(item); in pylong_as_zu()
49 start = PyNumber_Index(start); in enum_new_impl()
1255 PyNumber_Index(PyObject *item) in PyNumber_Index() function1301 PyObject *value = PyNumber_Index(item); in PyNumber_AsSsize_t()1484 PyObject *index = PyNumber_Index(n); in PyNumber_ToBase()
527 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
471 iobj = PyNumber_Index(v); in formatlong()514 iobj = PyNumber_Index(arg); in byte_converter()
29 start = PyNumber_Index(start); in enum_new()
1490 PyNumber_Index(PyObject *item) function1525 PyObject *value = PyNumber_Index(item);1819 PyObject *index = PyNumber_Index(n);
528 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
465 iobj = PyNumber_Index(v); in formatlong()508 iobj = PyNumber_Index(arg); in byte_converter()
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);
821 a = PyNumber_Index(a); in math_gcd_impl()824 b = PyNumber_Index(b); in math_gcd_impl()
681 return PyNumber_Index(a); in _operator_index()
113 v = PyNumber_Index(v); in get_pylong()
719 PyAPI_FUNC(PyObject *) PyNumber_Index(PyObject *o);
402 PyNumber_Index=python37.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