Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bslatkin/effectivepython
/ DeliveryMapper
Class
DeliveryMapper
example_code/item_065.py:109–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
print(
"Example 5"
)
109
class
DeliveryMapper(RowMapper):
110
fields = (
"destination"
,
"method"
,
"weight"
)
111
112
113
try
:
Callers
1
item_065.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected