Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ IntAndIndex
Class
IntAndIndex
tests/test_builtin_casters.py:266–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
return
42
265
266
class
IntAndIndex:
267
def
__int__(self):
268
return
42
269
270
def
__index__(self):
271
return
0
272
273
class
RaisingTypeErrorOnIndex:
274
def
__index__(self):
Callers
1
test_int_convert
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_int_convert
Function · 0.68