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

Method simulation

suds/client.py:759–761  ·  view source on GitHub ↗

get whether loopback has been specified in the I{kwargs}.

(cls, kwargs)

Source from the content-addressed store, hash-verified

757
758 @classmethod
759 def simulation(cls, kwargs):
760 """ get whether loopback has been specified in the I{kwargs}. """
761 return SimClient.injkey in kwargs.keys()
762
763 def invoke(self, args, kwargs):
764 """

Callers 1

clientclassMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected