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

Method append

recipes/Python/476225_very_poor_mans_xml_parser/recipe-476225.py:91–92  ·  view source on GitHub ↗
(self,val)

Source from the content-addressed store, hash-verified

89 else:
90 raise AttributeError, "Name does not exist '%s.'" % (key)
91 def append(self,val):
92 self._args.append(val)
93
94def xml2code(instr):
95 data=instr.replace("[","<lbracket/>").replace("]","<rbracket/>")

Callers 15

egcdFunction · 0.45
make_files_listFunction · 0.45
valueMethod · 0.45
__do_splitMethod · 0.45
__check_indexMethod · 0.45
keysMethod · 0.45
valuesMethod · 0.45
itemsMethod · 0.45
__init__Method · 0.45
runMethod · 0.45
number_formatFunction · 0.45
nestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected