Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
def
test_int_convert(doc):
251
class
Int:
252
def
__int__(self):
253
return
42
254
255
class
NotInt:
256
pass
Callers
2
test_char_underlying_enum
Function · 0.45
test_bool_underlying_enum
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected