##// END OF EJS Templates
use eval to uncan References...
use eval to uncan References as opposed to dict.get This allows things like `Reference('obj.attribute')` or `Reference('obj[item]')`, or even `view.map(Reference('obj.method'), seq)`, rather than requiring an assignment into the global namespace via `execute` before Reference can be used to point to an object.

File last commit:

r4291:0494d132
r6159:90cf48e7
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer