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

Function error

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

Source from the content-addressed store, hash-verified

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']:
89 args = ('Error:',) + args
90 cprint(*args, color=Fore.RED, char='!', sep=sep, end=end, file=file, frame_index=2, **kvargs)
91
92def fail(*args, sep=' ', end='\n', file=sys.stderr, **kvargs):
93 if config['accessible']:

Callers 9

errorMethod · 0.90
errorMethod · 0.90
cancel_all_tasksFunction · 0.90
port_scanFunction · 0.90
service_scanFunction · 0.90
scan_targetFunction · 0.90
runFunction · 0.90
errorMethod · 0.90
_readMethod · 0.85

Calls 1

cprintFunction · 0.85

Tested by

no test coverage detected