mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-27 03:52:20 +08:00
improved version
This commit is contained in:
@@ -16,7 +16,7 @@ def camel_case_to_spaces(value: str) -> str: ...
|
||||
def capfirst(x: Optional[str]) -> Optional[str]: ...
|
||||
|
||||
|
||||
def compress_sequence(sequence: Union[List[bytes], map]) -> Iterator[bytes]: ...
|
||||
def compress_sequence(sequence: Union[map, List[bytes]]) -> Iterator[bytes]: ...
|
||||
|
||||
|
||||
def compress_string(s: bytes) -> bytes: ...
|
||||
|
||||
Reference in New Issue
Block a user