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

Function PyNumber_CoerceEx

Objects/object.c:1611–1637  ·  view source on GitHub ↗

Coerce two numeric types to the "larger" one. Increment the reference count on each argument. Return value: -1 if an error occurred; 0 if the coercion succeeded (and then the reference counts are increased); 1 if no coercion is possible (and no error is raised). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

try_3way_compareFunction · 0.85
PyNumber_CoerceFunction · 0.85
binary_op1Function · 0.85
instance_compareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected