mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +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).