MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / location

Method location

suds/client.py:730–732  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

728 return (status, None)
729
730 def location(self):
731 p = Unskin(self.options)
732 return p.get('location', self.method.location.decode('utf-8'))
733
734 def last_sent(self, d=None):
735 key = 'tx'

Callers 1

sendMethod · 0.95

Calls 3

UnskinClass · 0.90
decodeMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected