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

Overload keys? #26

Closed
oxinabox opened this issue Sep 3, 2024 · 1 comment
Closed

Overload keys? #26

oxinabox opened this issue Sep 3, 2024 · 1 comment

Comments

@oxinabox
Copy link

oxinabox commented Sep 3, 2024

I had been wondering what my Node contained.
I figured since this package supports getindex it would also support keys.
But that method errors:

julia> ann = parse(Node, ann_str)
Node Document (1 child)

julia> keys(ann)
ERROR: MethodError: no method matching keys(::Node)
@joshday joshday closed this as completed in eb68531 Sep 3, 2024
@joshday
Copy link
Member

joshday commented Sep 3, 2024

Fixed on master! New release momentarily

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants