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

Class FakePyMappingMissingItems

tests/test_stl.py:528–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

test_pass_std_map_intFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pass_std_map_intFunction · 0.68