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

add custom __repr__ to Place and GooglePlacesSearchResult #43

Closed
scottcode opened this issue Jun 24, 2015 · 1 comment
Closed

add custom __repr__ to Place and GooglePlacesSearchResult #43

scottcode opened this issue Jun 24, 2015 · 1 comment

Comments

@scottcode
Copy link
Contributor

I just came across this project. Thanks to all of you who've been putting it together. As I start using it, I'll see if there are ways I can help out.

One thing I noticed is that the Place and GooglePlacesSearchResult classes don't override object's repr. I know it's a minor aesthetic thing, but it would be nice to have.

For Place it could look something like <Place name=[obj.name]> (using the name attribute). What do you think?

@slimkrazy
Copy link
Owner

Hey scottcode - Please feel free to submit a pull request to the development branch for this. It's a useful feature for sure.

slimkrazy added a commit that referenced this issue Jul 26, 2015
Pull request related to Issue #43 - repr methods
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