funcsigs is a backport of the PEP 362 function signature features from Python 3.3's inspect module. The backport is compatible with Python 2.6, 2.7 as well as 3.3 and up. 3.2 was supported by version ...
Continuous integration testing is provided by Travis CI. Under Python 2.x there is a compatibility issue when a function is assigned to the __wrapped__ property of a class after it has been ...