83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
.Verb
.__init__(verb)
.dConj
Attribute. Dictionary of all conjugations.
.sInfo
Attribute. Readable informations about the verb.
.infinitif(bPro, bNeg, bTpsCo, bInt, bFem)
.participePasse(sWho)
.participePresent(bPro, bNeg, bTpsCo, bInt, bFem)
|
|
|
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
.Verb
.__init__(verb)
.dConj
Attribute. Dictionary of all conjugations.
.sInfo
Attribute. Readable information about the verb.
.infinitif(bPro, bNeg, bTpsCo, bInt, bFem)
.participePasse(sWho)
.participePresent(bPro, bNeg, bTpsCo, bInt, bFem)
|