##// END OF EJS Templates
Backport PR #10543: Pass down include and exclude as kwarg to repr_mimebundle...
Backport PR #10543: Pass down include and exclude as kwarg to repr_mimebundle Followup on 10526

File last commit:

r13348:e6afea51
r23648:7b3be26a
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)