ECE595 / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
0 stars 1 forks source link

Function positional only parameters #13

Open jbbjarnason opened 2 years ago

jbbjarnason commented 2 years ago

Introduce a new syntax, /, for specifying positional-only parameters in Python function definitions.

https://github.com/micropython/micropython/issues/7899