summaryrefslogtreecommitdiffstats
path: root/python/funcsigs/README
blob: 476df8f43984c31b1fcfee8a122e0d1daacb0e7c (plain)
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.2 and up.