class documentation

class OdtPygmentsFormatter(pygments.formatter.Formatter): (source)

Known subclasses: docutils.writers.odf_odt.pygmentsformatter.OdtPygmentsLaTeXFormatter, docutils.writers.odf_odt.pygmentsformatter.OdtPygmentsProgFormatter

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method rststyle Undocumented
Instance Variable escape​_function Undocumented
Instance Variable rststyle​_function Undocumented
def __init__(self, rststyle_function, escape_function): (source)

Undocumented

def rststyle(self, name, parameters=()): (source)

Undocumented

escape_function = (source)

Undocumented

rststyle_function = (source)

Undocumented