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

File example1.py

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

Source from the content-addressed store, hash-verified

1class Structure:
2 # Class variable that specifies expected fields
3 _fields= []
4 def __init__(self, *args):

Callers

nothing calls this directly

Calls 3

StockClass · 0.70
PointClass · 0.70
CircleClass · 0.70

Tested by

no test coverage detected