src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7-maintenance
changeset 10079
0222a480e93d
parent 10004
983477114d3c
parent 10065
de4ae767b0e3
child 10349
df7edc29cbfb
equal deleted inserted replaced
10005:097199aec4bd 10079:0222a480e93d
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