Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
528
class
FakePyMappingMissingItems:
529
def
__getitem__(self, _):
530
raise
RuntimeError(
"Not expected to be called."
)
531
532
533
class
FakePyMappingWithItems(FakePyMappingMissingItems):
Callers
1
test_pass_std_map_int
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_pass_std_map_int
Function · 0.68