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

Method info

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

Source from the content-addressed store, hash-verified

33
34 @final
35 def info(self, msg, verbosity=0):
36 plugin = inspect.currentframe().f_back.f_locals['self']
37 info('{bright}[{yellow}' + self.address + '{crst}/{bgreen}' + plugin.slug + '{crst}]{rst} ' + msg)
38
39 @final
40 def warn(self, msg, verbosity=0):

Callers 7

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls 1

infoFunction · 0.90

Tested by

no test coverage detected