Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/easy-graph/Easy-Graph
/ dump
Method
dump
easygraph/readwrite/graphml.py:833–835 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
831
return
object.__str__(self)
832
833
def
dump(self):
834
self._graphml.__exit__(None, None, None)
835
self._xml_base.__exit__(None, None, None)
836
837
838
# default is lxml is present.
Callers
1
write_graphml_lxml
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected