class documentation

Undocumented

Static Method parse Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Constant ACTIVE Undocumented
Constant FINITE Undocumented
Constant FUTURE Undocumented
Constant GERUND Undocumented
Constant INFINITIVE Undocumented
Constant NONE Undocumented
Constant PARTICIPLE Undocumented
Constant PASSIVE Undocumented
Constant PAST Undocumented
Constant PERFECT Undocumented
Constant PERFECT_AND_PROGRESSIVE Undocumented
Constant PRESENT Undocumented
Constant PROGRESSIVE Undocumented
Constant THIRD_PERSON Undocumented
Instance Variable aspect Undocumented
Instance Variable form Undocumented
Instance Variable person Undocumented
Instance Variable tense Undocumented
Instance Variable voice Undocumented
Constant _VALIDATE Undocumented
@staticmethod
def parse(s): (source)

Undocumented

def __init__(self, form='-', tense='-', aspect='-', person='-', voice='-'): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

ACTIVE: str = (source)

Undocumented

Value
'a'
FINITE: str = (source)

Undocumented

Value
'v'
FUTURE: str = (source)

Undocumented

Value
'f'
GERUND: str = (source)

Undocumented

Value
'g'
INFINITIVE: str = (source)

Undocumented

Value
'i'
NONE: str = (source)

Undocumented

Value
'-'
PARTICIPLE: str = (source)

Undocumented

Value
'p'
PASSIVE: str = (source)

Undocumented

Value
'p'
PAST: str = (source)

Undocumented

Value
'p'
PERFECT: str = (source)

Undocumented

Value
'p'
PERFECT_AND_PROGRESSIVE: str = (source)

Undocumented

Value
'b'
PRESENT: str = (source)

Undocumented

Value
'n'
PROGRESSIVE: str = (source)

Undocumented

Value
'o'
THIRD_PERSON: str = (source)

Undocumented

Value
'3'

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

_VALIDATE = (source)

Undocumented

Value
re.compile(r'[igpv-][fpn-][pob-][3-][ap-]$')