MCPcopy 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
533class FakePyMappingWithItems(FakePyMappingMissingItems):
534 def items(self):
535 return ((1, 3), (2, 4))
536
537
538class FakePyMappingBadItems(FakePyMappingMissingItems):

Callers 1

test_pass_std_map_intFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pass_std_map_intFunction · 0.68