Closed samuelcolvin closed 4 years ago
Merging #58 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #58 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 333 362 +29
Branches 47 57 +10
=========================================
+ Hits 333 362 +29
fixes #56
This should:
debug
statements to work on python 3.8sys._getframe()
anddis
rather than usinginspect
and regexes (this might not have a significant effect since I think pygments responsible for most of the slowness)