mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Consistently use '= ...' for optional parameters.
This commit is contained in:
@@ -17,7 +17,7 @@ class ReferenceType(Generic[_T]):
|
||||
...
|
||||
|
||||
def ref(o: _T, callback: Callable[[ReferenceType[_T]],
|
||||
Any] = None) -> ReferenceType[_T]: ...
|
||||
Any] = ...) -> ReferenceType[_T]: ...
|
||||
|
||||
# TODO callback
|
||||
def proxy(object: _T) -> _T: ...
|
||||
|
||||
Reference in New Issue
Block a user