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

Function PyOS_strtoul

Python/mystrtoul.c:94–249  ·  view source on GitHub ↗

** strtoul ** This is a general purpose routine for converting ** an ascii string to an integer in an arbitrary base. ** Leading white space is ignored. If 'base' is zero ** it looks for a leading 0, 0b, 0B, 0o, 0O, 0x or 0X ** to tell which base. If these are absent it defaults ** to 10. Base must be 0 or between

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

strop_atoiFunction · 0.85
PyInt_FromStringFunction · 0.85
PyOS_strtolFunction · 0.85

Calls 1

isspaceFunction · 0.85

Tested by

no test coverage detected