improved version

This commit is contained in:
Maxim Kurnikov
2018-07-29 20:06:41 +03:00
parent c180555415
commit 89bb6eac75
160 changed files with 1007 additions and 607 deletions

View File

@@ -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: ...