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
DOC: Update docs on accessing callback arguments in errback #4634
Conversation
Update docs with the info on accessing callback arguments (cb_kwargs) in errback. Also, included an example for the same.
Update docs with the info on accessing callback arguments (cb_kwargs) in errback. Also, included an example for the same.
…nto issue#4598
Codecov Report
@@ Coverage Diff @@
## master #4634 +/- ##
==========================================
+ Coverage 84.76% 84.80% +0.03%
==========================================
Files 163 163
Lines 9978 9987 +9
Branches 1489 1487 -2
==========================================
+ Hits 8458 8469 +11
Misses 1254 1254
+ Partials 266 264 -2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks for going the extra mile and creating a section with an example, it’s really appreciated!
Co-authored-by: Eugenio Lacuesta <1731933+elacuesta@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks @Gallaecio and @elacuesta for the review! |
Co-authored-by: Adrián Chaves <adrian@chaves.io>
Update docs with the info on accessing callback arguments
(cb_kwargs) in errback. Also, included an example for the same.
Fixes #4598