(s)
| 17 | return string.Formatter().vformat(' '.join(args), args, vals) |
| 18 | |
| 19 | def fformat(s): |
| 20 | return e(s, frame_index=3) |
| 21 | |
| 22 | def 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']: |