Differences From Artifact [13badc6c7d]:
- File gc_lang/fr/modules/conj.py — part of check-in [a186cf9261] at 2019-05-10 19:44:08 on branch trunk — [graphspell][core][fr] code cleaning (pylint) (user: olr, size: 26057) [annotate] [blame] [check-ins using]
To Artifact [8a23de1404]:
- File gc_lang/fr/modules/conj.py — part of check-in [a85f64f6f8] at 2019-05-10 20:52:12 on branch trunk — [graphspell][core][fr] code cleaning (pylint) (user: olr, size: 26055) [annotate] [blame] [check-ins using]
| ︙ | |||
416 417 418 419 420 421 422 | 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 | - + |
return "# erreur"
def _getPronomSujet (self, sWho, bFem):
try:
if sWho == ":3s":
if self._sRawInfo[5] == "r":
return "on"
|
| ︙ |