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

Make consumer method look like the original func #198

Merged
merged 1 commit into from
Jul 26, 2020

Conversation

prkumar
Copy link
Owner

@prkumar prkumar commented Jul 26, 2020

This involves copying function attributes (e.g., docstrings) using
functools.update_wrapper.

Original post on Gitter:
https://gitter.im/python-uplink/Lobby?at=5efcf94ce0e5673398e865e2

This involves copying function attributes (e.g., docstrings) using
`functools.update_wrapper`.

Original post on Gitter:
https://gitter.im/python-uplink/Lobby?at=5efcf94ce0e5673398e865e2
@codecov
Copy link

codecov bot commented Jul 26, 2020

Codecov Report

Merging #198 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #198   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          43       43           
  Lines        2349     2355    +6     
  Branches      173      173           
=======================================
+ Hits         2347     2353    +6     
  Misses          2        2           
Impacted Files Coverage Δ
uplink/builder.py 100.00% <100.00%> (ø)
uplink/commands.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5288f5b...f08bdbc. Read the comment docs.

@prkumar prkumar merged commit 4c9a380 into master Jul 26, 2020
@prkumar prkumar mentioned this pull request Oct 17, 2020
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

Successfully merging this pull request may close these issues.

None yet

1 participant