MCPcopy Create free account
hub / github.com/dabeaz/python-cookbook / example2.py

File example2.py

src/8/simplified_initialization_of_data_structures/example2.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Structure:
2 _fields= []
3 def __init__(self, *args, **kwargs):
4 if len(args) > len(self._fields):

Callers

nothing calls this directly

Calls 1

StockClass · 0.70

Tested by

no test coverage detected