MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / handle_range_longs

Function handle_range_longs

Python/bltinmodule.c:1796–1922  ·  view source on GitHub ↗

An extension of builtin_range() that handles the case when PyLong * arguments are given. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

builtin_rangeFunction · 0.85

Calls 10

PyLong_FromLongFunction · 0.85
PyArg_UnpackTupleFunction · 0.85
get_range_long_argumentFunction · 0.85
PyObject_CmpFunction · 0.85
PyErr_SetStringFunction · 0.85
get_len_of_range_longsFunction · 0.85
PyNumber_NegativeFunction · 0.85
PyList_NewFunction · 0.85
PyNumber_LongFunction · 0.85
PyNumber_AddFunction · 0.85

Tested by

no test coverage detected