src/eric7/Debugger/DebuggerInterfacePython.py

branch
eric7-maintenance
changeset 10694
f46c1e224e8a
parent 10659
43ead32943ca
parent 10683
779cda568acb
child 10733
d96c69a235fc
equal deleted inserted replaced
10662:e6c9ab1dc168 10694:f46c1e224e8a
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