Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
def
test_int_convert(doc):
251
class
Int:
252
def
__int__(self):
253
return
42
254
255
class
NotInt:
256
pass
Callers
3
test_int_convert
Function · 0.85
test_float_convert
Function · 0.85
test_complex_cast
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_int_convert
Function · 0.68
test_float_convert
Function · 0.68
test_complex_cast
Function · 0.68