Show More
@@ -3167,7 +3167,7 b' Defaulting color scheme to \'NoColor\'"""' | |||
|
3167 | 3167 | sentinel = opts.get('s','--') |
|
3168 | 3168 | |
|
3169 | 3169 | strip_from_start = [re.compile(e) for e in |
|
3170 |
['^ |
|
|
3170 | [r'^\s*(\s?>)+',r'^\s*In \[\d+\]:',r'^\++']] | |
|
3171 | 3171 | from IPython import iplib |
|
3172 | 3172 | lines = [] |
|
3173 | 3173 | print "Pasting code; enter '%s' alone on the line to stop." % sentinel |
General Comments 0
You need to be logged in to leave comments.
Login now