MCPcopy Index your code
hub / github.com/python/cpython / _pylong.py

File _pylong.py

Lib/_pylong.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Python implementations of some algorithms for use by longobject.c.
2The goal is to provide asymptotically faster algorithms that can be
3used for operations on integers with many digits. In those cases, the
4performance overhead of the Python implementation is not significant

Callers

nothing calls this directly

Calls 4

defaultdictClass · 0.85
chainFunction · 0.85
consumerFunction · 0.85
copyMethod · 0.45

Tested by

no test coverage detected