class documentation

class LocaleRegexDescriptor: (source)

View In Hierarchy

Undocumented

Method __get__ Return a compiled regular expression based on the active language.
Method __init__ Undocumented
Instance Variable attr Undocumented
def __get__(self, instance, cls=None): (source)

Return a compiled regular expression based on the active language.

def __init__(self, attr): (source)

Undocumented

Undocumented