src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9972
68ac01294544
child 10079
0222a480e93d
child 10289
490388ca210c
equal deleted inserted replaced
10064:8c3207703dac 10065:de4ae767b0e3
77 self.translate = self.__identityTranslation 77 self.translate = self.__identityTranslation
78 78
79 # attribute to remember the name of the executed script 79 # attribute to remember the name of the executed script
80 self.__scriptName = "" 80 self.__scriptName = ""
81 81
82 def __identityTranslation(self, fn, remote2local=True): 82 def __identityTranslation(self, fn, remote2local=True): # noqa: U100
83 """ 83 """
84 Private method to perform the identity path translation. 84 Private method to perform the identity path translation.
85 85
86 @param fn filename to be translated 86 @param fn filename to be translated
87 @type str 87 @type str

eric ide

mercurial