MCPcopy 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
124print("Example 9")
125class BetterCustomer(DatabaseRow):
126 first_name = Field()
127 last_name = Field()
128 prefix = Field()
129 suffix = Field()
130
131
132print("Example 10")

Callers 1

item_064.pyFile · 0.85

Calls 1

FieldClass · 0.70

Tested by

no test coverage detected