MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-59876.py

File recipe-59876.py

recipes/Python/59876_AbstractFactory/recipe-59876.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Klass1:
2 """ a very simple obj """
3 def __init__(self):
4 pass

Callers

nothing calls this directly

Calls 1

factoryFunction · 0.70

Tested by

no test coverage detected