Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
209
def
test1():
210
class
xmldict(dict):
Callers
15
gen_edges
Method · 0.45
recipe-576895.py
File · 0.45
main
Function · 0.45
_encode
Method · 0.45
alldeps
Function · 0.45
create_assign
Function · 0.45
push
Method · 0.45
add_vertices
Method · 0.45
recipe-576670.py
File · 0.45
run_test_functions
Function · 0.45
DFS
Function · 0.45
ith_prime
Function · 0.45
Calls
1
append
Method · 0.95
Tested by
no test coverage detected