Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use eval to uncan References #1458

Merged
merged 1 commit into from
Mar 1, 2012
Merged

use eval to uncan References #1458

merged 1 commit into from
Mar 1, 2012

Commits on Mar 1, 2012

  1. 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 committed Mar 1, 2012
    Configuration menu
    Copy the full SHA
    90cf48e View commit details
    Browse the repository at this point in the history