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

Function PyNumber_Index

Objects/abstract.c:1489–1517  ·  view source on GitHub ↗

Return a Python Int or Long from the object item Raise TypeError if the result is not an int-or-long or if the object cannot be interpreted as an index. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

abstract.hFile · 0.85
get_pylongFunction · 0.85
op_indexFunction · 0.85
PyNumber_AsOff_tFunction · 0.85
enum_newFunction · 0.85
_getbytevalueFunction · 0.85
file_seekFunction · 0.85
PyNumber_AsSsize_tFunction · 0.85
PyNumber_ToBaseFunction · 0.85

Calls 2

null_errorFunction · 0.85
PyErr_FormatFunction · 0.85

Tested by

no test coverage detected