Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSimple implementation of allowing externally defined formatters #75
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
…ng run is '__main__.py' (uses filepath of __main__.py to determine the package name)
…sary field output.
|
FYI objects that defines a custom __str__ method are now serialized using that custom __str__ method. |
I noticed there is a TODO in
_PrintResultto provide better handling of output formatting, but this is a quick an easy way to allow end-users to provide their own defined formatters.For your consideration.
In response to raised issue #74