samuelcolvin / python-devtools

Dev tools for python
https://python-devtools.helpmanual.io/
MIT License
985 stars 47 forks source link

Show function qualname #95

Closed alexmojaki closed 3 years ago

alexmojaki commented 3 years ago

The qualified function name can be a lot more informative, especially for generic function names like wrapper, or __init__

codecov[bot] commented 3 years ago

Codecov Report

Merging #95 (5ab7f98) into master (bb413fb) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   99.61%   99.61%           
=======================================
  Files           7        7           
  Lines         513      514    +1     
  Branches       71       71           
=======================================
+ Hits          511      512    +1     
  Misses          2        2           
Impacted Files Coverage Δ
devtools/debug.py 100.00% <100.00%> (ø)

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 bb413fb...5ab7f98. Read the comment docs.

samuelcolvin commented 3 years ago

great, thank you.