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

Function PyNumber_Coerce

Objects/object.c:1644–1652  ·  view source on GitHub ↗

Coerce two numeric types to the "larger" one. Increment the reference count on each argument. Return -1 and raise an exception if no coercion is possible (and then no reference count is incremented). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

ternary_opFunction · 0.85
builtin_coerceFunction · 0.85

Calls 2

PyNumber_CoerceExFunction · 0.85
PyErr_SetStringFunction · 0.85

Tested by

no test coverage detected