mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-05 23:48:28 +08:00
Add missing defaults to third-party stubs (#14617)
This commit is contained in:
@@ -16,7 +16,7 @@ def iou(
|
||||
gt: _NDArrayUInt32 | list[float] | list[_EncodedRLE],
|
||||
pyiscrowd: list[int] | _NDArrayUInt8,
|
||||
) -> list[Any] | _NDArrayFloat64: ...
|
||||
def merge(rleObjs: list[_EncodedRLE], intersect: int = ...) -> _EncodedRLE: ...
|
||||
def merge(rleObjs: list[_EncodedRLE], intersect: int = 0) -> _EncodedRLE: ...
|
||||
|
||||
# ignore an "overlapping overloads" error due to _NDArrayInt32 being an alias for `Incomplete` for now
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user