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

Function fformat

autorecon/io.py:19–20  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

17 return string.Formatter().vformat(' '.join(args), args, vals)
18
19def fformat(s):
20 return e(s, frame_index=3)
21
22def cprint(*args, color=Fore.RESET, char='*', sep=' ', end='\n', frame_index=1, file=sys.stdout, printmsg=True, verbosity=0, **kvargs):
23 if printmsg and verbosity > config['verbose']:

Callers 3

runMethod · 0.90
runMethod · 0.90
runMethod · 0.90

Calls 1

eFunction · 0.85

Tested by

no test coverage detected