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

Method __int__

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

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected