MCPcopy Create free account
hub / github.com/AutoRecon/AutoRecon / warn

Method warn

autorecon/targets.py:40–42  ·  view source on GitHub ↗
(self, msg, verbosity=0)

Source from the content-addressed store, hash-verified

38
39 @final
40 def warn(self, msg, verbosity=0):
41 plugin = inspect.currentframe().f_back.f_locals['self']
42 warn('{bright}[{yellow}' + self.address + '{crst}/{bgreen}' + plugin.slug + '{crst}]{rst} ' + msg)
43
44 @final
45 def error(self, msg, verbosity=0):

Callers

nothing calls this directly

Calls 1

warnFunction · 0.90

Tested by

no test coverage detected