class documentation

class GenericRole(object):

View In Hierarchy

Generic interpreted text role.

The interpreted text is simply wrapped with the provided node class.

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable name Undocumented
Instance Variable node​_class Undocumented
def __call__(self, role, rawtext, text, lineno, inliner, options={}, content=[]):

Undocumented

def __init__(self, role_name, node_class):

Undocumented

name =

Undocumented

node_class =

Undocumented