86 @classmethod |
86 @classmethod |
87 def getDefaultPath(cls, isException=False): |
87 def getDefaultPath(cls, isException=False): |
88 """ |
88 """ |
89 Class method to get the default path names of the user dictionaries. |
89 Class method to get the default path names of the user dictionaries. |
90 |
90 |
91 @param isException flag indicating to return the name of the default |
91 @param isException flag indicating to return the name of the default |
92 exception dictionary (boolean) |
92 exception dictionary (boolean) |
93 @return file name of the default user dictionary or the default user |
93 @return file name of the default user dictionary or the default user |
94 exception dictionary (string) |
94 exception dictionary (string) |
95 """ |
95 """ |
96 if isException: |
96 if isException: |