http://bugs.python.org/review/13266/diff/4751/16851 File Lib/inspect.py (right): http://bugs.python.org/review/13266/diff/4751/16851#newcode1232 Lib/inspect.py:1232: raise ValueError('wrapper loop') Idea: include the func name in ...
http://bugs.python.org/review/13266/diff/6441/Doc/library/inspect.rst File Doc/library/inspect.rst (right): http://bugs.python.org/review/13266/diff/6441/Doc/library/inspect.rst#newcode800 Doc/library/inspect.rst:800: Get the object wrapped by *func*. If follows the ...
Issue 13266: Add inspect.unwrap(f) to easily unravel "__wrapped__" chains
Created 1 year ago by Nick Coghlan
Modified 6 months, 3 weeks ago
Reviewers: eric.araujo, aliles, ezio.melotti, durban
Base URL: None
Comments: 11