inspect.getargspec() is deprecated under py3k, and among other things does not work for annotated functions. Use inspect.signature instead. Fixes #911
9.3 KiB
9.3 KiB
inspect.getargspec() is deprecated under py3k, and among other things does not work for annotated functions. Use inspect.signature instead. Fixes #911