##// END OF EJS Templates
DEV: Forward this_class in container traits....
DEV: Forward this_class in container traits. Makes it possible to do things like List(This()) and have This() correctly refer to the parent class.

File last commit:

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