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 38f253e commit aa56af7Copy full SHA for aa56af7
1 file changed
stdlib/3/html/parser.pyi
@@ -12,7 +12,7 @@ class HTMLParser(ParserBase):
12
def close(self) -> None: ...
13
def reset(self) -> None: ...
14
def getpos(self) -> Tuple[int, int]: ...
15
- def get_starttag_text(self) -> str: ...
+ def get_starttag_text(self) -> Optional[str]: ...
16
17
def handle_starttag(self, tag: str,
18
attrs: List[Tuple[str, Optional[str]]]) -> None: ...
0 commit comments