MCPcopy 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
291class BusinessCustomer:
292 company_name: str
293
294
295print("Example 21")

Callers 1

deserializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected