MCPcopy Create free account
hub / github.com/Lauriat/funct / copy

Method copy

funct/Array.py:731–732  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

729 return self
730
731 def copy(self):
732 return Array(super().copy())
733
734 def asType(self, t):
735 """

Callers 4

removeMethod · 0.95
removeByIndexMethod · 0.95
toTupleMethod · 0.95
testMethod · 0.95

Calls 1

ArrayClass · 0.85

Tested by 1

testMethod · 0.76