class documentation

class PygmentsBridge:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get​_formatter Undocumented
Method get​_lexer Undocumented
Method get​_style Undocumented
Method get​_stylesheet Undocumented
Method highlight​_block Undocumented
Instance Variable dest Undocumented
Instance Variable formatter Undocumented
Instance Variable formatter​_args Undocumented
Instance Variable latex​_engine Undocumented
def __init__(self, dest='html', stylename='sphinx', latex_engine=None):

Undocumented

Parameters
dest:strUndocumented
stylename:strUndocumented
latex​_engine:strUndocumented
def get_formatter(self, **kwargs):

Undocumented

Parameters
**kwargs:AnyUndocumented
Returns
FormatterUndocumented
def get_lexer(self, source, lang, opts=None, force=False, location=None):

Undocumented

Parameters
source:strUndocumented
lang:strUndocumented
opts:DictUndocumented
force:boolUndocumented
location:AnyUndocumented
Returns
LexerUndocumented
def get_style(self, stylename):

Undocumented

Parameters
stylename:strUndocumented
Returns
StyleUndocumented
def get_stylesheet(self):

Undocumented

Returns
strUndocumented
def highlight_block(self, source, lang, opts=None, force=False, location=None, **kwargs):

Undocumented

Parameters
source:strUndocumented
lang:strUndocumented
opts:DictUndocumented
force:boolUndocumented
location:AnyUndocumented
**kwargs:AnyUndocumented
Returns
strUndocumented
dest =

Undocumented

formatter =

Undocumented

formatter_args: Dict[str, Any] =

Undocumented

latex_engine =

Undocumented