| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #2970 +/- ##
==========================================
- Coverage 83.55% 83.55% -0.01%
==========================================
Files 257 257
Lines 53538 53558 +20
Branches 4584 4585 +1
==========================================
+ Hits 44735 44751 +16
- Misses 8010 8013 +3
- Partials 793 794 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Sorry, something went wrong.
|
|
||
|
|
||
| class Key(tuple): | ||
| class Keys(CacheInstances): |
There was a problem hiding this comment.
this is mostly just a refactoring, essentially to be able to access the last and first properties in the choose_element function later on
Sorry, something went wrong.
| return self.c.guards if any(self.c.guards) else None | ||
|
|
||
| @cached_property | ||
| def syncs(self): |
There was a problem hiding this comment.
nothing new...
Sorry, something went wrong.
| return (self.itintervals, self.guards, self.syncs) | ||
|
|
||
| @cached_property | ||
| def weak(self): |
There was a problem hiding this comment.
nothing new...
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
test in PRO