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

File main.py

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

Source from the content-addressed store, hash-verified

1"""
2EN: Flyweight Design Pattern
3
4Intent: Lets you fit more objects into the available amount of RAM by sharing

Callers

nothing calls this directly

Calls 3

FlyweightFactoryClass · 0.85
list_flyweightsMethod · 0.80

Tested by

no test coverage detected