mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +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.
858 B
858 B