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

Added apply_defaults #30

Open bharel opened 7 years ago

bharel commented 7 years ago

Just like the default inspect module but does not contain the bug they have for an empty bind_partial.

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-3.3%) to 95.721% when pulling ccbd2d735d3a6068c52f0ced7e6f7e2645554635 on bharel:master into db7f0afe3ed219d4f27073226e75c77073c9d137 on aliles:master.

alexbw commented 7 years ago

This would be a useful addition.

smarie commented 5 years ago

What prevents this PR to be merged ? It seems like the missing piece in this lib.

bharel commented 5 years ago

Seems like the main developer is gone

smarie commented 5 years ago

@aliles do you wish to transfer ownership to anyone ? This small PR would certainly be useful for many users.