Skip to content

0.7.0b7: fix(callable_args): failed when no defaults

Pre-release
Pre-release

Choose a tag to compare

@irvingleonard irvingleonard released this 31 Aug 02:06
· 72 commits to 0.7 since this release
The corner case for positional arguments without defaults broke the previous algorithm.

Added related tests and fixed others