mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Rename args
This commit is contained in:
@@ -458,8 +458,8 @@ impl SocketRef {
|
||||
}
|
||||
}
|
||||
|
||||
fn settimeout(self, option_timeout: Option<f64>, vm: &VirtualMachine) -> PyResult<()> {
|
||||
match option_timeout {
|
||||
fn settimeout(self, timeout: Option<f64>, vm: &VirtualMachine) -> PyResult<()> {
|
||||
match timeout {
|
||||
Some(timeout) => {
|
||||
self.timeout
|
||||
.borrow_mut()
|
||||
|
||||
Reference in New Issue
Block a user