We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d07b88f + 04d476d commit 5b0a405Copy full SHA for 5b0a405
1 file changed
wolframclient/language/array.py
@@ -37,7 +37,6 @@ def _valid_type_or_fail(self, type):
37
def tobytes(self):
38
return pack(self.struct.format[1], *self.array)
39
40
-
41
def __getitem__(self, k):
42
return self.array[k]
43
0 commit comments