MCPcopy Index your code
hub / github.com/AutoRecon/AutoRecon / warn

Method warn

autorecon/plugins.py:106–107  ·  view source on GitHub ↗
(self, msg, verbosity=0)

Source from the content-addressed store, hash-verified

104
105 @final
106 def warn(self, msg, verbosity=0):
107 warn('{bright}[{bgreen}' + self.slug + '{crst}]{rst} ' + msg)
108
109 @final
110 def error(self, msg, verbosity=0):

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected