Skip to content

lazy operators #75

@amitu

Description

@amitu

I want to be able to do:

from importd import d, debug

d(
    SOMETHING_ELSE="foo" + debug("one", prod="two")
)

As of now this leads to an exception. importd.DValue can implement ADD/MUL/SUB/NOT etc operator, and do it lazily.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions