Skip to content

RFE: Allow a "need" to function selectively as "optional" on some functions #17

Description

@ankostis

An optional argument for some function may be compulsory for another function.
As currently implemented, optional inputs are defined once, and on the data node,
affecting all functions "needing" them (if data-node eventually overwritten, that is).

Diving into the networkx internals, an obvious change would for the optional modifier to translate to an networkx edge-attribute between the function and its need.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions