MCPcopy 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
108print("Example 5")
109class DeliveryMapper(RowMapper):
110 fields = ("destination", "method", "weight")
111
112
113try:

Callers 1

item_065.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected