MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / MyData

Class MyData

example_code/item_013.py:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136second_value = ...
137
138class MyData:
139 def __init__(self, *args, **kwargs):
140 self.args = args
141 self.kwargs = kwargs
142
143value = MyData(123,
144 first_value,

Callers 1

item_013.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected