class documentation

class LinguaMakoExtractor(Extractor, MessageExtractor):

View In Hierarchy

Mako templates
Method __call__ Undocumented
Method process​_python Undocumented
Class Variable default​_config Undocumented
Class Variable extensions Undocumented
Instance Variable filename Undocumented
Instance Variable options Undocumented
Instance Variable python​_extractor Undocumented

Inherited from MessageExtractor:

Static Method ​_split​_comment Return the multiline comment at lineno split into a list of comment line numbers and the accompanying comment line
Method extract​_nodes Undocumented
Method process​_file Undocumented
def __call__(self, filename, options, fileobj=None):

Undocumented

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

Undocumented

default_config: dict[str, str] =

Undocumented

extensions: list[str] =

Undocumented

filename =

Undocumented

options =

Undocumented

python_extractor =

Undocumented