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

Method append

recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:100–102  ·  view source on GitHub ↗
(self,xml_obj)

Source from the content-addressed store, hash-verified

98 def clear(self):
99 self.__content.clear()
100 def append(self,xml_obj):
101 assert type(xml_obj) == xml
102 self.__content.append(xml_obj.__content)
103 def setprefix(self, prefix):
104 self.__prefix = prefix
105 def getprefix(self):

Callers 15

__new__Method · 0.95
extendMethod · 0.95
exhaustMethod · 0.45
__call__Method · 0.45
wholepathFunction · 0.45
__init__Method · 0.45
__init__Method · 0.45
_create_sequencesMethod · 0.45
notify_readyMethod · 0.45
register_resultMethod · 0.45
parse_colorFunction · 0.45
BoidGUIClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected