You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
1.1 KiB

from ..util import FeedParserDict as FeedParserDict
from typing import Any
class Namespace:
supported_namespaces: Any = ...
def _start_itunes_author(self, attrs_d: Any) -> None: ...
def _end_itunes_author(self) -> None: ...
def _end_itunes_category(self) -> None: ...
def _start_itunes_name(self, attrs_d: Any) -> None: ...
def _end_itunes_name(self) -> None: ...
def _start_itunes_email(self, attrs_d: Any) -> None: ...
def _end_itunes_email(self) -> None: ...
def _start_itunes_subtitle(self, attrs_d: Any) -> None: ...
def _end_itunes_subtitle(self) -> None: ...
def _start_itunes_summary(self, attrs_d: Any) -> None: ...
def _end_itunes_summary(self) -> None: ...
inpublisher: int = ...
def _start_itunes_owner(self, attrs_d: Any) -> None: ...
def _end_itunes_owner(self) -> None: ...
def _end_itunes_keywords(self) -> None: ...
def _start_itunes_category(self, attrs_d: Any) -> None: ...
def _start_itunes_image(self, attrs_d: Any) -> None: ...
_start_itunes_link: Any = ...
def _end_itunes_block(self) -> None: ...
def _end_itunes_explicit(self) -> None: ...