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

Method extend

recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:204–207  ·  view source on GitHub ↗
(self,iterable)

Source from the content-addressed store, hash-verified

202 join_list.pop()
203 return join_list
204 def extend(self,iterable):
205 for elt in iterable:
206 assert type(elt) == xml
207 self.append(elt)
208
209def test1():
210 class xmldict(dict):

Callers 15

gen_edgesMethod · 0.45
recipe-576895.pyFile · 0.45
mainFunction · 0.45
_encodeMethod · 0.45
alldepsFunction · 0.45
create_assignFunction · 0.45
pushMethod · 0.45
add_verticesMethod · 0.45
recipe-576670.pyFile · 0.45
run_test_functionsFunction · 0.45
DFSFunction · 0.45
ith_primeFunction · 0.45

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected