class documentation

class BabelMakoExtractor(MessageExtractor):

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Method process​_python Undocumented
Instance Variable config Undocumented
Instance Variable keywords Undocumented
Instance Variable options 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, fileobj):

Undocumented

def __init__(self, keywords, comment_tags, options):

Undocumented

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

Undocumented

config =

Undocumented

keywords =

Undocumented

options =

Undocumented