group#

Group management.

Module Attributes

GroupKey = int | str#

Can be used to select one or more groups in a pattern.

Classes

Group(definition, idx)

Manage a group inside the filename pattern.

Exceptions

exception GroupParseError(message, group=None)#

Bases: Exception

Custom errors when parsing group definition.

Parameters: