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 |