MCPcopy Create free account
hub / github.com/RefactoringGuru/design-patterns-python / __init__

Method __init__

src/Builder/Conceptual/main.py:156–157  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

154 """
155
156 def __init__(self) -> None:
157 self._builder = None
158
159 @property
160 def builder(self) -> Builder:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected