mirror of
https://github.com/micropython/micropython.git
synced 2026-01-29 15:20:17 +01:00
Implements 'def f(*, a)' and 'def f(*a, b)', but not default keyword-only args, eg 'def f(*, a=1)'. Partially addresses issue #524.
25 KiB
25 KiB