src/eric7/RemoteServer/EricServerFileSystemRequestHandler.py

branch
server
changeset 10597
fbe93720ee9f
parent 10596
ea35c92a3c7c
child 10605
b6f5e27daeb5
equal deleted inserted replaced
10596:ea35c92a3c7c 10597:fbe93720ee9f
80 "info": list(self.__requestMethodMapping.keys()), 80 "info": list(self.__requestMethodMapping.keys()),
81 }, 81 },
82 reqestUuid=reqestUuid, 82 reqestUuid=reqestUuid,
83 ) 83 )
84 84
85 def __getPathSeparator(self, params): 85 def __getPathSeparator(self, params): # noqa: U100
86 """ 86 """
87 Private method to report the path separator. 87 Private method to report the path separator.
88 88
89 @param params dictionary containing the request data 89 @param params dictionary containing the request data
90 @type dict 90 @type dict

eric ide

mercurial