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

Function long_from_binary_base

Objects/longobject.c:1654–1712  ·  view source on GitHub ↗

str points to the first digit in a string of base `base` digits. base * is a power of 2 (2, 4, 8, 16, or 32). *str is set to point to the first * non-digit (which may be *str!). A normalized long is returned. * The point to this routine is that it takes time linear in the number of * string characters. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

PyLong_FromStringFunction · 0.85

Calls 3

PyErr_SetStringFunction · 0.85
_PyLong_NewFunction · 0.85
long_normalizeFunction · 0.85

Tested by

no test coverage detected