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

Class FakePyMappingBadItems

tests/test_stl.py:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536
537
538class FakePyMappingBadItems(FakePyMappingMissingItems):
539 def items(self):
540 return ((1, 2), (3, "x"))
541
542
543class FakePyMappingItemsNotCallable(FakePyMappingMissingItems):

Callers 1

test_pass_std_map_intFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pass_std_map_intFunction · 0.68