Set the path separator. @param ps: The new path separator. @type ps: char
(self, ps)
| 264 | return result |
| 265 | |
| 266 | def separator(self, ps): |
| 267 | """ |
| 268 | Set the path separator. |
| 269 | @param ps: The new path separator. |
| 270 | @type ps: char |
| 271 | """ |
| 272 | self.resolver = PathResolver(self.wsdl, ps) |
| 273 | |
| 274 | |
| 275 | class ServiceSelector: |
nothing calls this directly
no test coverage detected