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

Method items

tests/test_stl.py:534–535  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

532
533class FakePyMappingWithItems(FakePyMappingMissingItems):
534 def items(self):
535 return ((1, 3), (2, 4))
536
537
538class FakePyMappingBadItems(FakePyMappingMissingItems):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected