mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
This doesn't enforce ordering of non-keyword and keyword arguments, and doesn't actually use the keywords (the arguments will still be passed through in order as positional).