class documentation

class BabelMakoExtractor(MessageExtractor): (source)

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:

Method extract_nodes Undocumented
Method process_file Undocumented
Class Variable use_bytes 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, fileobj): (source)

Undocumented

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

Undocumented

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

Undocumented

Undocumented

keywords = (source)

Undocumented

Undocumented