src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7
changeset 10683
779cda568acb
parent 10653
d169909ad8d2
child 10694
f46c1e224e8a
child 10697
8a609e4c71b6
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
87 Private method to perform the identity path translation. 87 Private method to perform the identity path translation.
88 88
89 @param fn filename to be translated 89 @param fn filename to be translated
90 @type str 90 @type str
91 @param remote2local flag indicating the direction of translation 91 @param remote2local flag indicating the direction of translation
92 (False = local to remote, True = remote to local [default]) 92 (False = local to remote, True = remote to local [default]) (unused)
93 @type bool 93 @type bool
94 @return translated filename 94 @return translated filename
95 @rtype str 95 @rtype str
96 """ 96 """
97 return fn 97 return fn

eric ide

mercurial