Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c63473

Browse files
committed
FIX: re-instate verbose alias
1 parent ef5d01a commit 8c63473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ def ge(self, level):
391391
return self.vald[self.level] >= self.vald[level]
392392

393393

394+
# define verbose so it can be imported...
395+
verbose = Verbose()
396+
397+
394398
def _wrap(fmt, func, level='DEBUG', always=True):
395399
"""
396400
return a callable function that wraps func and reports its

0 commit comments

Comments
 (0)