Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/easy-graph/Easy-Graph
/ __str__
Method
__str__
easygraph/readwrite/graphml.py:830–831 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
828
xml_obj.append(data_element)
829
830
def
__str__(self):
831
return
object.__str__(self)
832
833
def
dump(self):
834
self._graphml.__exit__(None, None, None)
Callers
nothing calls this directly
Calls
1
__str__
Method · 0.45
Tested by
no test coverage detected