-
Notifications
You must be signed in to change notification settings - Fork 26
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
First pass at adding types to functions and methods. #44
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 91.01% 91.19% +0.17%
==========================================
Files 2 2
Lines 345 352 +7
==========================================
+ Hits 314 321 +7
Misses 31 31
Continue to review full report at Codecov.
|
While they didn't request it, I want to thank freenode user SnoopJeDi for helping me figure out that, whenever the multiple returns pattern in python is used, python is, in fact, returning a tuple. It was supremely swell of them. |
Signed-off-by: Tom Kelley <[email protected]>
7273d55
to
92709b4
Compare
Signed-off-by: Tom Kelley [email protected]