Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
send
Method · 0.95
Calls
3
Unskin
Class · 0.90
decode
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected