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

Function l_divmod

Objects/longobject.c:3013–3055  ·  view source on GitHub ↗

Compute * *pdiv, *pmod = divmod(v, w) * NULL can be passed for pdiv or pmod, in which case that part of * the result is simply thrown away. The caller owns a reference to * each of these it requests (does not pass NULL for). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

long_divFunction · 0.85
long_classic_divFunction · 0.85
long_modFunction · 0.85
long_divmodFunction · 0.85
long_powFunction · 0.85

Calls 4

long_divremFunction · 0.85
long_addFunction · 0.85
PyLong_FromLongFunction · 0.85
long_subFunction · 0.85

Tested by

no test coverage detected