testing-cabal / funcsigs

Python function signatures package for Python 2.6, 2.7 and 3.3+
http://pypi.python.org/pypi/funcsigs
Other
8 stars 13 forks source link

Add 3.5's apply_defaults method to BoundArguments #29

Closed BlckKnght closed 5 years ago

BlckKnght commented 8 years ago

Patch for issue #28

This is the current code and docs from CPython, and a very slightly slightly modified test, to move the Python 3-only stuff (annotations and keyword-only arguments) into a separate function from the rest of the test code.

bharel commented 8 years ago

:+1: Please merge this, it's a much needed feature.

mheppner commented 7 years ago

@rbtcollins Any word on when this can be merged?

haydenflinner commented 5 years ago

ping

rbtcollins commented 5 years ago

I don't have time to do a release just now, and sorry for the long delay; there is a team of folk, but all busy. I will try to cut a release in the next few days; you can perhaps run from git master in your requirements files in the interim.