Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ __getattr__
Method
__getattr__
suds/properties.py:475–476 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
473
self.__pts__.set(name, value)
474
475
def
__getattr__(self, name):
476
return
self.__pts__.get(name)
477
478
def
__repr__(self):
479
return
str(self)
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected