##// 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.
MinRK -
r6159:90cf48e7
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / html / notebook / static / css
base.css Loading ...
boilerplate.css Loading ...
layout.css Loading ...
notebook.css Loading ...
printnotebook.css Loading ...
projectdashboard.css Loading ...
renderedhtml.css Loading ...