Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
705
class
GraphMLWriterLxml(GraphMLWriter):
Callers
15
Graph_nbunch_iter
Function · 0.80
Graph_ego_subgraph
Function · 0.80
get_edges
Method · 0.80
get_edges
Method · 0.80
_biconnected_dfs_record_edges
Function · 0.80
strongly_connected_components_iteration_impl
Function · 0.80
plain_bfs
Function · 0.80
connected_component_undirected
Function · 0.80
connected_component_directed
Function · 0.80
_pagerank
Function · 0.80
core_decomposition
Function · 0.80
kruskal_mst_edges
Function · 0.80
Calls
1
write
Method · 0.80
Tested by
3
setup_class
Method · 0.64
test_data_types
Method · 0.64
setup_method
Method · 0.64