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

Method product

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

Source from the content-addressed store, hash-verified

30 @property
31 @abstractmethod
32 def product(self) -> None:
33 pass
34
35 @abstractmethod
36 def produce_part_a(self) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected