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.
 
 
 
 
 

14 lines
402 B

from .. import util as util
from typing import Any
class Namespace:
supported_namespaces: Any = ...
psc_chapters_flag: bool = ...
def __init__(self) -> None: ...
def _start_psc_chapters(self, attrs_d: Any) -> None: ...
def _end_psc_chapters(self) -> None: ...
def _start_psc_chapter(self, attrs_d: Any) -> None: ...
format_: Any
def _parse_psc_chapter_start(start: Any): ...