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

resp.keys() #34

Closed
jobelenus opened this issue Apr 16, 2013 · 0 comments
Closed

resp.keys() #34

jobelenus opened this issue Apr 16, 2013 · 0 comments

Comments

@jobelenus
Copy link

Using your example.py I try and do resp.keys(). It spits back the entire object description. I look at the code, and I see the keys definition which references self._values. I was hoping to not using the _values attribute, since its designated as private, though resp.keys() fails because _values is a set, and not a dict. Is keys() supposed to be removed? or it was missed in some refactor? Thanks!

@boucher boucher closed this as completed in 0c7af0c May 3, 2013
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

1 participant