MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / PositiveInteger

Class PositiveInteger

example_code/item_050.py:228–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227print("Example 13")
228class PositiveInteger(Integer):
229 pass
230
231print(my_pretty(PositiveInteger(1234)))
232

Callers 1

item_050.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected