##// END OF EJS Templates
fix n^2 performance issue in coalesce_streams preprocessor...
fix n^2 performance issue in coalesce_streams preprocessor for n consecutive stream outputs, `\r` fix would be compiled n times, and applied to each output (n-i) times. - move pattern to module level - apply replacement after coalescing outputs

File last commit:

r13348:e6afea51
r16206:ec150889
Show More
print_argv.py
3 lines | 69 B | text/x-python | PythonLexer
from __future__ import print_function
import sys
print(sys.argv[1:])