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

Method items

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected