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

Method last_sent

suds/client.py:734–740  ·  view source on GitHub ↗
(self, d=None)

Source from the content-addressed store, hash-verified

732 return p.get('location', self.method.location.decode('utf-8'))
733
734 def last_sent(self, d=None):
735 key = 'tx'
736 messages = self.client.messages
737 if d is None:
738 return messages.get(key)
739 else:
740 messages[key] = d
741
742 def last_received(self, d=None):
743 key = 'rx'

Callers 1

sendMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected