Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ BetterCustomer
Class
BetterCustomer
example_code/item_064.py:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
124
print(
"Example 9"
)
125
class
BetterCustomer(DatabaseRow):
126
first_name = Field()
127
last_name = Field()
128
prefix = Field()
129
suffix = Field()
130
131
132
print(
"Example 10"
)
Callers
1
item_064.py
File · 0.85
Calls
1
Field
Class · 0.70
Tested by
no test coverage detected