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

Allow interchangeable use of Node and Node.label #36

Closed
p-snft opened this issue Nov 8, 2023 · 1 comment
Closed

Allow interchangeable use of Node and Node.label #36

p-snft opened this issue Nov 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@p-snft
Copy link
Member

p-snft commented Nov 8, 2023

Possible implementations:

  1. Node == Node.label (implemented in Let Node(label=name) == name #37)
  2. Have container class with access using Node and Node.label.
@p-snft p-snft added the enhancement New feature or request label Nov 8, 2023
@p-snft p-snft changed the title Make Node(label="label_1") == "label_1" Allow interchangeable use of Node and Node.label Nov 13, 2023
@p-snft
Copy link
Member Author

p-snft commented Nov 23, 2023

If you have the node, you can just node.label. Maybe, this is not needed.

@p-snft p-snft closed this as completed Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant