Matthias Bussonnier <[email protected]> added the comment:
Just came across the same issue. It think that the exact behavior may depend on functions. IT is also unclear when to use what sometime. For example, `getsource` seem to be preferable to findsource, getsource cannot be use to get the source of wrapping function as it follows `__wrapped__`. ---------- nosy: +mbussonn _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue17972> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
