Skip to content

Support wire-time min/max_wirings override? #69

@tmontes

Description

@tmontes

Idea from #43:

For full instantiation-time, per-callable and wire/call-time settings consistency, this could be supported:

w = Wiring(max_wirings=1)

w.some_callable.wire(...)
w(max_wirings=None).some_callable.wire(...)         # would otherwise fail

Other than consistency, I fail to find how this will be useful. Would it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or capability.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions