class documentation

class HTMLFragmentTranslator(HTMLTranslator):

View In Hierarchy

Minimum to call docutils
Method __init__ setup
Method astext minimum to call docutils
Instance Variable body_prefix Undocumented
Instance Variable body_suffix Undocumented
Instance Variable head_prefix Undocumented
Instance Variable stylesheet Undocumented
def __init__(self, document):
setup
Parameters
document:AnyUndocumented
def astext(self):
minimum to call docutils
Returns
strUndocumented
body_prefix: List[Any] =

Undocumented

body_suffix: List[Any] =

Undocumented

head_prefix: list[str] =

Undocumented

stylesheet: List[Any] =

Undocumented