Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ Integer
Class
Integer
Solutions/7_1/validate.py:25–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
return
super().check(value)
24
25
class
Integer(Typed):
26
expected_type = int
27
28
class
Float(Typed):
29
expected_type = float
Callers
4
Ticker
Class · 0.90
Stock
Class · 0.50
Ticker
Class · 0.50
Ticker
Class · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected