Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ is_number.py
File
is_number.py
is_number.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# importing the module to check for all kinds of numbers truthiness in python.
2
import
numbers
3
from
math
import
pow
4
from
typing
import
Any
Callers
nothing calls this directly
Calls
1
check_number
Function · 0.70
Tested by
no test coverage detected