mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-21 11:21:20 +08:00
fixes
This commit is contained in:
@@ -50,3 +50,5 @@ class BoundaryIter:
|
||||
class Parser:
|
||||
def __init__(self, stream: LazyStream, boundary: bytes) -> None: ...
|
||||
def __iter__(self) -> Iterator[Tuple[str, Dict[str, Tuple[str, Dict[str, Union[bytes, str]]]], LazyStream]]: ...
|
||||
|
||||
def parse_header(line: bytes) -> Tuple[str, Dict[str, Any]]: ...
|
||||
|
||||
Reference in New Issue
Block a user