lbryio / torba

Torba makes it easy to create fast and correct bitcoin based crypto wallets.
MIT License
2.18k stars 20 forks source link

PEP-257 docstrings #77

Closed binaryflesh closed 5 years ago

binaryflesh commented 5 years ago

This PR makes all docstrings comply with PEP-257. This PR introduces no new functionality.

codecov[bot] commented 5 years ago

Codecov Report

Merging #77 into master will decrease coverage by 0.12%. The diff coverage is 62.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   69.14%   69.01%   -0.13%     
==========================================
  Files          65       65              
  Lines       10414    10468      +54     
==========================================
+ Hits         7201     7225      +24     
- Misses       3213     3243      +30
Impacted Files Coverage Δ
torba/server/text.py 20% <ø> (ø) :arrow_up:
torba/rpc/session.py 61.56% <ø> (ø) :arrow_up:
torba/server/env.py 70.32% <ø> (ø) :arrow_up:
torba/server/cli.py 0% <0%> (ø) :arrow_up:
torba/client/basenetwork.py 94.49% <100%> (ø) :arrow_up:
torba/rpc/jsonrpc.py 49.53% <100%> (ø) :arrow_up:
torba/server/merkle.py 49.61% <100%> (ø) :arrow_up:
torba/server/session.py 53.52% <100%> (ø) :arrow_up:
torba/server/mempool.py 85.05% <100%> (ø) :arrow_up:
torba/server/storage.py 52.22% <100%> (ø) :arrow_up:
... and 18 more

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 f0c2d16...1b88152. Read the comment docs.