mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Bump HTMLParser.parse_comment to 3.14 (#14386)
This commit is contained in:
@@ -21,7 +21,7 @@ class HTMLParser(ParserBase):
|
||||
def check_for_whole_start_tag(self, i: int) -> int: ... # undocumented
|
||||
def clear_cdata_mode(self) -> None: ... # undocumented
|
||||
def goahead(self, end: bool) -> None: ... # undocumented
|
||||
def parse_bogus_comment(self, i: int, report: bool = ...) -> int: ... # undocumented
|
||||
def parse_bogus_comment(self, i: int, report: bool = True) -> int: ... # undocumented
|
||||
def parse_endtag(self, i: int) -> int: ... # undocumented
|
||||
def parse_html_declaration(self, i: int) -> int: ... # undocumented
|
||||
def parse_pi(self, i: int) -> int: ... # undocumented
|
||||
|
||||
Reference in New Issue
Block a user