class documentation

class WebRewriteRule(Data): (source)

Constructor: WebRewriteRule(*args, **kwargs)

View In Hierarchy

Undocumented

Class Variable options Undocumented
Class Variable pattern Undocumented
Class Variable reversed Undocumented
Class Variable target Undocumented

Inherited from Data:

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
options: dict = (source)

Undocumented

pattern: Regex = (source)

Undocumented

reversed: bool = (source)

Undocumented

target: str = (source)

Undocumented