127 return dicFile |
127 return dicFile |
128 |
128 |
129 @classmethod |
129 @classmethod |
130 def _getDict(cls, lang, pwl="", pel=""): |
130 def _getDict(cls, lang, pwl="", pel=""): |
131 """ |
131 """ |
132 Protected classmethod to get a new dictionary. |
132 Protected class method to get a new dictionary. |
133 |
133 |
134 @param lang the language to be used as the default (string). |
134 @param lang the language to be used as the default (string). |
135 The string should be in language locale format (e.g. en_US, de). |
135 The string should be in language locale format (e.g. en_US, de). |
136 @keyparam pwl name of the personal/project word list (string) |
136 @keyparam pwl name of the personal/project word list (string) |
137 @keyparam pel name of the personal/project exclude list (string) |
137 @keyparam pel name of the personal/project exclude list (string) |