Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ FakePyMappingWithItems
Class
FakePyMappingWithItems
tests/test_stl.py:533–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
531
532
533
class
FakePyMappingWithItems(FakePyMappingMissingItems):
534
def
items(self):
535
return
((1, 3), (2, 4))
536
537
538
class
FakePyMappingBadItems(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