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

Method __int__

tests/test_builtin_casters.py:284–285  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

282 raise ValueError
283
284 def __int__(self):
285 return 42
286
287 convert, noconvert = m.int_passthrough, m.int_passthrough_noconvert
288

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected