We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d26001 commit dac2b31Copy full SHA for dac2b31
django-stubs/utils/datastructures.pyi
@@ -22,6 +22,7 @@ _V = TypeVar("_V")
22
23
class OrderedSet(MutableSet[_K]):
24
dict: Dict[_K, None] = ...
25
+ def __init__(self, iterable: Optional[Iterable[_K]] = ...) -> None: ...
26
def __contains__(self, item: object) -> bool: ...
27
def __iter__(self) -> Iterator[_K]: ...
28
def __len__(self) -> int: ...
0 commit comments