Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ to_dict
Method
to_dict
aura/analyzers/python/nodes.py:397–398 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
395
return
d
396
397
def
to_dict(self):
398
return
dict(zip(self.keys, self.values))
399
400
def
__str__(self):
401
return
str(self.to_dict())
Callers
2
__str__
Method · 0.95
bind
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected