MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / separator

Method separator

suds/client.py:266–272  ·  view source on GitHub ↗

Set the path separator. @param ps: The new path separator. @type ps: char

(self, ps)

Source from the content-addressed store, hash-verified

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
275class ServiceSelector:

Callers

nothing calls this directly

Calls 1

PathResolverClass · 0.90

Tested by

no test coverage detected