class documentation

class LocaleRegexDescriptor:

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):
Return a compiled regular expression based on the active language.
def __init__(self, attr):

Undocumented

attr =

Undocumented