test_kwargs_and_defaults.cpp
11.1 KB
-
Add type hints for args and kwargs (#5357) · 6d98d4d8
* Allow subclasses of args and kwargs The current implementation disallows subclasses of args and kwargs * Added object type hint to args and kwargs * Added type hinted args and kwargs classes * Changed default type hint to typing.Any * Removed args and kwargs type hint * Updated tests Modified the tests from #5381 to use the real Args and KWArgs classes * Added comment
gentlegiantJGC committed