Skip to content
Snippets Groups Projects
Select Git revision
  • 00c0b8a989ae54f4466d15b78a2e8729baf441ef
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

fun-defargs.py

Blame
  • user avatar
    Paul Sokolovsky authored
    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.
    90750029
    History
    fun-defargs.py 269 B