MCPcopy
hub / github.com/tinygrad/tinygrad / test_list

Method test_list

test/null/test_helpers.py:432–433  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

430 def test_tuple(self):
431 self.assertEqual(argfix((1., 2., 3.)), (1., 2., 3.))
432 def test_list(self):
433 self.assertEqual(argfix([True, False]), (True, False))
434
435class TestWordWrap(unittest.TestCase):
436 def test_wrap_simple(self):

Callers

nothing calls this directly

Calls 1

argfixFunction · 0.90

Tested by

no test coverage detected