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

Method append

recipes/Python/574428_Container/recipe-574428.py:13–14  ·  view source on GitHub ↗
(self,node)

Source from the content-addressed store, hash-verified

11 for item in switch:
12 self.value.append(item)
13 def append(self,node):
14 return self.value.append(node)
15 def __getattr__(self,name):
16 if name == 'union':
17 self.union = operator.or_

Callers 15

_parseOpFunction · 0.45
recipe-579106.pyFile · 0.45
__init__Method · 0.45
nextMethod · 0.45
generateFunction · 0.45
initialiseFunction · 0.45
acquireWriteMethod · 0.45
runFunction · 0.45
__getUseMethod · 0.45
initialiseTSFunction · 0.45
parselineFunction · 0.45
dataReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected