mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
@@ -221,7 +221,7 @@ pub enum Expression {
|
||||
|
||||
/*
|
||||
* In cpython this is called arguments, but we choose parameters to
|
||||
* distuingish between function parameters and actual call arguments.
|
||||
* distinguish between function parameters and actual call arguments.
|
||||
*/
|
||||
#[derive(Debug, PartialEq, Default)]
|
||||
pub struct Parameters {
|
||||
|
||||
Reference in New Issue
Block a user