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

Method items

tests/test_stl.py:550–551  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

548
549class FakePyMappingItemsWithArg(FakePyMappingMissingItems):
550 def items(self, _):
551 return ((1, 2), (3, 4))
552
553
554class FakePyMappingGenObj(FakePyMappingMissingItems):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected