mirror of
https://github.com/micropython/micropython.git
synced 2026-01-22 20:07: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.
18 KiB
18 KiB