Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
print(
"Example 13"
)
228
class
PositiveInteger(Integer):
229
pass
230
231
print(my_pretty(PositiveInteger(1234)))
232
Callers
1
item_050.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected