Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ test_valid
Method
test_valid
numpy/_core/tests/test_conversion_utils.py:125–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
conv = mt.run_searchside_converter
124
125
def
test_valid(self):
126
self._check(
'left'
,
'NPY_SEARCHLEFT'
)
127
self._check(
'right'
,
'NPY_SEARCHRIGHT'
)
128
129
130
class
TestOrderConverter(StringConverterTestCase):
Callers
nothing calls this directly
Calls
1
_check
Method · 0.45
Tested by
no test coverage detected