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

Method __getitem__

tests/test_stl.py:529–530  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

527
528class FakePyMappingMissingItems:
529 def __getitem__(self, _):
530 raise RuntimeError("Not expected to be called.")
531
532
533class FakePyMappingWithItems(FakePyMappingMissingItems):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected