MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / append

Method append

easygraph/readwrite/graphml.py:701–702  ·  view source on GitHub ↗
(self, element)

Source from the content-addressed store, hash-verified

699 self.prettyprint = prettyprint
700
701 def append(self, element):
702 self.xml.write(element, pretty_print=self.prettyprint)
703
704
705class GraphMLWriterLxml(GraphMLWriter):

Callers 15

Graph_nbunch_iterFunction · 0.80
Graph_ego_subgraphFunction · 0.80
get_edgesMethod · 0.80
get_edgesMethod · 0.80
plain_bfsFunction · 0.80
_pagerankFunction · 0.80
core_decompositionFunction · 0.80
kruskal_mst_edgesFunction · 0.80

Calls 1

writeMethod · 0.80

Tested by 3

setup_classMethod · 0.64
test_data_typesMethod · 0.64
setup_methodMethod · 0.64