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

Method __getattr__

suds/serviceproxy.py:83–87  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

81 return str(self.__client__)
82
83 def __getattr__(self, name):
84 if is_builtin(name):
85 return self.__dict__[name]
86 else:
87 return getattr(self.__client__.service, name)

Callers

nothing calls this directly

Calls 1

is_builtinFunction · 0.85

Tested by

no test coverage detected