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

File main.py

src/Builder/Conceptual/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2EN: Builder Design Pattern
3
4Intent: Lets you construct complex objects step by step. The pattern allows you

Callers

nothing calls this directly

Calls 7

DirectorClass · 0.85
ConcreteBuilder1Class · 0.85
list_partsMethod · 0.80
produce_part_aMethod · 0.45
produce_part_bMethod · 0.45

Tested by

no test coverage detected