Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+.
copied from ci_build / funcsigsFuncsigs 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, and 3.2 and up.