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

Method __setattr__

suds/properties.py:469–473  ·  view source on GitHub ↗
(self, name, value)

Source from the content-addressed store, hash-verified

467 self.__pts__ = Properties(domain, definitions, kwargs)
468
469 def __setattr__(self, name, value):
470 if is_builtin(name):
471 self.__dict__[name] = value
472 return
473 self.__pts__.set(name, value)
474
475 def __getattr__(self, name):
476 return self.__pts__.get(name)

Callers

nothing calls this directly

Calls 2

is_builtinFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected