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

Method __index__

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

Source from the content-addressed store, hash-verified

268 return 42
269
270 def __index__(self):
271 return 0
272
273 class RaisingTypeErrorOnIndex:
274 def __index__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected