micropython-lib/python-stdlib/inspect
Damien George 852f2cceff inspect: Support closures/generators/async-funcs in inspect.signature.
This is a follow-up to b4565b41ea (PR #1043),
to support closures, async functions and generators in `inspect.signature`.

Signed-off-by: Damien George <damien@micropython.org>
2025-11-24 13:03:03 +11:00
..
inspect.py inspect: Support closures/generators/async-funcs in inspect.signature. 2025-11-24 13:03:03 +11:00
manifest.py inspect: Support closures/generators/async-funcs in inspect.signature. 2025-11-24 13:03:03 +11:00
test_inspect.py inspect: Support closures/generators/async-funcs in inspect.signature. 2025-11-24 13:03:03 +11:00