mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +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.
2.0 KiB
2.0 KiB