MCPcopy Index your code
hub / github.com/python/cpython / NA

Class NA

Lib/test/test_random.py:131–134  ·  view source on GitHub ↗

Simulate numpy.array() behavior

Source from the content-addressed store, hash-verified

129 choice = self.gen.choice
130
131 class NA(list):
132 "Simulate numpy.array() behavior"
133 def __bool__(self):
134 raise RuntimeError
135
136 with self.assertRaises(IndexError):
137 choice(NA([]))

Callers 1

Calls

no outgoing calls

Tested by 1