| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I came here to raise the same request. Thank you for that. Any rough idea when can we see this in pypi release? In terms of (weeks or months etc) |
Sorry, something went wrong.
|
I have to add tests and fix some bug in my PR before :) |
Sorry, something went wrong.
There was a problem hiding this comment.
This looks rather incomplete. I don't see the code that handles JSON serialization of new types. Also no test cases for the new functionality.
Sorry, something went wrong.
| def __init__(self, analytics_label=None): | ||
| self.analytics_label = analytics_label | ||
|
|
||
| class FcmOptions(object): |
There was a problem hiding this comment.
Add one more empty line.
Sorry, something went wrong.
|
|
||
| def __init__(self, analytics_label=None): | ||
| self.analytics_label = analytics_label | ||
|
|
There was a problem hiding this comment.
One more empty line.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
-add analytics_label in FcmOptions
#301