mirror of
https://github.com/micropython/micropython.git
synced 2026-03-14 12:50:16 +01:00
TODO: Decide if we really need separate bytecode for creating functions with default arguments - we would need same for closures, then there're keywords arguments too. Having all combinations is a small exponential explosion, likely we need just 2 cases - simplest (no defaults, no kw), and full - defaults & kw.
269 B
269 B