Beispiel #1
0
 def test_from_shape3(self):
     _ = Numlike.from_shape((3, 4), neutral=False)
Beispiel #2
0
 def test_from_shape1(self):
     _ = Numlike.from_shape((3, 4))
Beispiel #3
0
 def test_from_shape2(self):
     _ = Numlike.from_shape((3, 4), neutral=True)