| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| @@ -0,0 +1,16 @@ | |||
| # Copyright 2018 The go-python Authors. All rights reserved. | |||
There was a problem hiding this comment.
Copyright 2018 -> Copyright 2019
Sorry, something went wrong.
| ret := NewSet() | ||
| b, ok := other.(*Set) | ||
| if !ok { | ||
| return nil, TypeError |
There was a problem hiding this comment.
return nil, ExceptionNewf(TypeError, "unsupported operand type(s) for &: '%s' and '%s'", s.Type().Name, other.Type().Name)
Sorry, something went wrong.
There was a problem hiding this comment.
I changed the return value of the function
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #82 +/- ##
==========================================
+ Coverage 68.65% 68.83% +0.17%
==========================================
Files 59 59
Lines 10525 10534 +9
==========================================
+ Hits 7226 7251 +25
+ Misses 2790 2774 -16
Partials 509 509
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
ISSUE: #76