Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ FakePyMappingItemsNotCallable
Class
FakePyMappingItemsNotCallable
tests/test_stl.py:543–546 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
542
543
class
FakePyMappingItemsNotCallable(FakePyMappingMissingItems):
544
@property
545
def
items(self):
546
return
((1, 2), (3, 4))
547
548
549
class
FakePyMappingItemsWithArg(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