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

Method items

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

Source from the content-addressed store, hash-verified

543class FakePyMappingItemsNotCallable(FakePyMappingMissingItems):
544 @property
545 def items(self):
546 return ((1, 2), (3, 4))
547
548
549class FakePyMappingItemsWithArg(FakePyMappingMissingItems):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected