aliles / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.2+
http://pypi.python.org/pypi/funcsigs
Other
48 stars 33 forks source link

cython support? #31

Open yoelk opened 6 years ago

yoelk commented 6 years ago

Hello, my name is Joel. I've recently opened an issue in scikit-learn, and it turns out the issue has to do with funcsigs.

My question is: Can the signature() method in funcsigs.py be used with a cython function (cyfunction object)? As you can see in the other issue, I'm using python 2.7

Thanks!