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

Method clientclass

suds/client.py:565–570  ·  view source on GitHub ↗

get soap client class

(self, kwargs)

Source from the content-addressed store, hash-verified

563 return self.client.options.faults
564
565 def clientclass(self, kwargs):
566 """ get soap client class """
567 if SimClient.simulation(kwargs):
568 return SimClient
569 else:
570 return SoapClient
571
572
573class SoapClient:

Callers 1

__call__Method · 0.95

Calls 1

simulationMethod · 0.80

Tested by

no test coverage detected