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

Method get_signature

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

Source from the content-addressed store, hash-verified

724 return self.args.set_taint(*args, **kwargs)
725
726 def get_signature(self):
727 return self.args.get_signature()
728
729 def get_flask_routes(self):
730 for d in self.decorator_list: # type: Call

Callers

nothing calls this directly

Calls 1

get_signatureMethod · 0.45

Tested by

no test coverage detected