mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
committed by
Guido van Rossum
parent
6862434eae
commit
d43eac60dd
@@ -1,3 +1,5 @@
|
||||
from .feedparser import FeedParser as FeedParser # not in __all__ but listed in documentation
|
||||
|
||||
class Parser:
|
||||
def __init__(self, *args, **kws) -> None: ...
|
||||
def parse(self, fp, headersonly: bool = ...): ...
|
||||
|
||||
Reference in New Issue
Block a user