Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KnowingNothing/MatmulTutorial
/ is_py_value
Function
is_py_value
util/simulator/data_math.py:5–6 ·
view source on GitHub ↗
(x: Any)
Source
from the content-addressed store, hash-verified
3
4
5
def
is_py_value(x: Any):
6
return
isinstance(x, int) or isinstance(x, float) or isinstance(x, bool)
7
8
9
class
DataType:
Callers
15
__handle_binary__
Method · 0.90
__handle_rbinary__
Method · 0.90
__add__
Method · 0.85
__radd__
Method · 0.85
__sub__
Method · 0.85
__rsub__
Method · 0.85
__mul__
Method · 0.85
__rmul__
Method · 0.85
__floordiv__
Method · 0.85
__rfloordiv__
Method · 0.85
__truediv__
Method · 0.85
__rtrueediv__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected