mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Add __match_args__ to core language attributes
This commit is contained in:
@@ -152,6 +152,7 @@ declare_const_name! {
|
||||
__lshift__,
|
||||
__lt__,
|
||||
__main__,
|
||||
__match_args__,
|
||||
__matmul__,
|
||||
__missing__,
|
||||
__mod__,
|
||||
|
||||
Reference in New Issue
Block a user