class documentation

class IndexEntries:

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method create​_index Create the real index from the collected index entries.
Instance Variable env Undocumented
def __init__(self, env):

Undocumented

Parameters
env:BuildEnvironmentUndocumented
def create_index(self, builder, group_entries=True, _fixre=re.compile(r'(.*) (\([^\(\)]*\))')):
Create the real index from the collected index entries.
Parameters
builder:BuilderUndocumented
group​_entries:boolUndocumented
​_fixre:PatternUndocumented
Returns
List[Tuple[str, List[Tuple[str, Any]]]]Undocumented
env =

Undocumented