mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Fix a few issues with parameter defaults (#9572)
This commit is contained in:
@@ -25,7 +25,7 @@ class CDLL:
|
||||
def __init__(
|
||||
self,
|
||||
name: str | None,
|
||||
mode: int = 4,
|
||||
mode: int = ...,
|
||||
handle: int | None = None,
|
||||
use_errno: bool = False,
|
||||
use_last_error: bool = False,
|
||||
|
||||
Reference in New Issue
Block a user