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

Access dict keys and values #156

Open
robertvazan opened this issue Dec 27, 2018 · 4 comments
Open

Access dict keys and values #156

robertvazan opened this issue Dec 27, 2018 · 4 comments

Comments

@robertvazan
Copy link

My script returns a dictionary from command script.py command. That works well. But when I try to list just keys (script.py command keys) or values (script.py command values), I get error Cannot find target in dict instead of the expected list of keys or values. Please extend dict handling with support for .keys() and .values() methods.

@shreyamalviya
Copy link

Hi! I'd like to try this. How exactly do I get started?
@dbieber

@ritwik12
Copy link

ritwik12 commented Oct 4, 2020

@dbieber I am trying this one out.

@nagavenkateshgavini
Copy link

nagavenkateshgavini commented Feb 26, 2024

@dbieber
is this still relevant, can I work on this? If yes please assign this to me.

@robertvazan
Copy link
Author

@nagavenkateshgavini The problem still exists, although I have found workarounds for my use cases.

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

No branches or pull requests

5 participants