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

Method pprint

aura/analyzers/python/nodes.py:233–235  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 return NotImplemented
232
233 def pprint(self):
234 from prettyprinter import pprint as pp
235 pp(self)
236
237 def add_taint(self, taint: Taints, context: Context, lock=False, taint_log: typing.Optional[TaintLog]=None) -> bool:
238 """

Callers 3

find_imports.pyFile · 0.45
jinja.pyFile · 0.45
_post_analysisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected