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

Function warn

autorecon/io.py:82–85  ·  view source on GitHub ↗
(*args, sep=' ', end='\n', file=sys.stderr,**kvargs)

Source from the content-addressed store, hash-verified

80 cprint(*args, color=Fore.BLUE, char='*', sep=sep, end=end, file=file, frame_index=2, **kvargs)
81
82def warn(*args, sep=' ', end='\n', file=sys.stderr,**kvargs):
83 if config['accessible']:
84 args = ('Warning:',) + args
85 cprint(*args, color=Fore.YELLOW, char='!', sep=sep, end=end, file=file, frame_index=2, **kvargs)
86
87def error(*args, sep=' ', end='\n', file=sys.stderr, **kvargs):
88 if config['accessible']:

Callers 8

warnMethod · 0.90
warnMethod · 0.90
main.pyFile · 0.90
port_scanFunction · 0.90
service_scanFunction · 0.90
scan_targetFunction · 0.90
runFunction · 0.90
warnMethod · 0.90

Calls 1

cprintFunction · 0.85

Tested by

no test coverage detected