Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
second_value = ...
137
138
class
MyData:
139
def
__init__(self, *args, **kwargs):
140
self.args = args
141
self.kwargs = kwargs
142
143
value = MyData(123,
144
first_value,
Callers
1
item_013.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected