Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ set_fields
Method
set_fields
Solutions/6_3/structure.py:27–29 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
25
26
@classmethod
27
def
set_fields(cls):
28
sig = inspect.signature(cls)
29
cls._fields = tuple(sig.parameters)
30
Callers
1
stock.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected