Home
last modified time | relevance | path

Searched refs:runstring (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/test/torch_np/numpy_tests/core/
Dtest_multiarray.py86 def runstring(astr, dict): function
165 assert_raises(ValueError, runstring, "self.a[0] = 3", mydict)
166 assert_raises(ValueError, runstring, "self.a[0:1].itemset(3)", mydict)