MCPcopy Create free account
hub / github.com/pybind/pybind11 / Int

Class Int

tests/test_builtin_casters.py:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250def test_int_convert(doc):
251 class Int:
252 def __int__(self):
253 return 42
254
255 class NotInt:
256 pass

Callers 3

test_int_convertFunction · 0.85
test_float_convertFunction · 0.85
test_complex_castFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_int_convertFunction · 0.68
test_float_convertFunction · 0.68
test_complex_castFunction · 0.68