MCPcopy Create free account
hub / github.com/ActiveState/code / append

Method append

recipes/Python/68445_Interfaces/recipe-68445.py:55–56  ·  view source on GitHub ↗
(self,d)

Source from the content-addressed store, hash-verified

53 def __eq__(self,other):
54 return self.data == other.data
55 def append(self,d):
56 self.data.append(d)
57 def pop(self):
58 return self.data.pop()
59

Callers 15

Triangle_Tooth_GearFunction · 0.45
write_to_fileFunction · 0.45
_makeRandomDataFunction · 0.45
convexHullFunction · 0.45
intersperseMethod · 0.45
test_advanceMethod · 0.45
test_regressMethod · 0.45
test_grow_throwsMethod · 0.45
xmergeFunction · 0.45
hullsFunction · 0.45
renderFunction · 0.45
pushMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_advanceMethod · 0.36
test_regressMethod · 0.36
test_grow_throwsMethod · 0.36