MCPcopy Create free account
hub / github.com/SourceCode-AI/aura / to_tuple

Method to_tuple

ngrams.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 return self
24
25 def to_tuple(self):
26 return (self.label, self.node_type, tuple(x.to_tuple() for x in self.children))
27
28
29@Analyzer.ID("ast_ngrams")

Callers 1

extractFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected