MCPcopy 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
5def is_py_value(x: Any):
6 return isinstance(x, int) or isinstance(x, float) or isinstance(x, bool)
7
8
9class 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