class documentation

class LinguaMakoExtractor(Extractor, MessageExtractor): (source)

View In Hierarchy

Mako templates

Method __call__ Undocumented
Method process_python Undocumented
Class Variable default_config Undocumented
Class Variable extensions Undocumented
Class Variable use_bytes Undocumented
Instance Variable filename Undocumented
Instance Variable options Undocumented
Instance Variable python_extractor Undocumented

Inherited from MessageExtractor:

Method extract_nodes Undocumented
Method process_file Undocumented
Static Method _split_comment Return the multiline comment at lineno split into a list of comment line numbers and the accompanying comment line
def __call__(self, filename, options, fileobj=None): (source)

Undocumented

def process_python(self, code, code_lineno, translator_strings): (source)

Undocumented

default_config: dict[str, str] = (source)

Undocumented

extensions: list[str] = (source)

Undocumented

filename = (source)

Undocumented

Undocumented

python_extractor = (source)

Undocumented