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

Method __init__

tests/test_stl.py:555–557  ·  view source on GitHub ↗
(self, gen_obj)

Source from the content-addressed store, hash-verified

553
554class FakePyMappingGenObj(FakePyMappingMissingItems):
555 def __init__(self, gen_obj):
556 super().__init__()
557 self.gen_obj = gen_obj
558
559 def items(self):
560 yield from self.gen_obj

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected