Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ BusinessCustomer
Class
BusinessCustomer
example_code/item_009.py:291–292 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
290
@dataclass
291
class
BusinessCustomer:
292
company_name: str
293
294
295
print(
"Example 21"
)
Callers
1
deserialize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected