eric6/Plugins/PluginCodeStyleChecker.py

changeset 7639
422fd05e9c91
parent 7637
c878e8255972
child 7923
91e843545d9a
equal deleted inserted replaced
7638:176145438b1e 7639:422fd05e9c91
91 """ 91 """
92 self.error.emit(fn, msg) 92 self.error.emit(fn, msg)
93 93
94 def serviceErrorPy3(self, fx, lang, fn, msg): 94 def serviceErrorPy3(self, fx, lang, fn, msg):
95 """ 95 """
96 Public slot handling service errors for Python 2. 96 Public slot handling service errors for Python 3.
97 97
98 @param fx service name (string) 98 @param fx service name (string)
99 @param lang language (string) 99 @param lang language (string)
100 @param fn file name (string) 100 @param fn file name (string)
101 @param msg message text (string) 101 @param msg message text (string)

eric ide

mercurial