class documentation

class MessageExtractor(object):

Known subclasses: mako.ext.babelplugin.BabelMakoExtractor, mako.ext.linguaplugin.LinguaMakoExtractor

View In Hierarchy

Undocumented

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
@staticmethod
def _split_comment(lineno, comment):
Return the multiline comment at lineno split into a list of comment line numbers and the accompanying comment line
def extract_nodes(self, nodes):

Undocumented

def process_file(self, fileobj):

Undocumented