class documentation

class RulePart: (source)

View In Hierarchy

A part of a rule. Rules can be represented by parts as delimited by `/` with instances of this class representing those parts. The *content* is either the raw content if *static* or a regex string to match against. The *weight* can be used to order parts when matching.

Class Variable content Undocumented
Class Variable final Undocumented
Class Variable static Undocumented
Class Variable suffixed Undocumented
Class Variable weight Undocumented

Undocumented

Undocumented

Undocumented

suffixed: bool = (source)

Undocumented

Undocumented