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

Method __getref

suds/wsdl.py:409–415  ·  view source on GitHub ↗

Get the qualified value of attribute named 'a'.

(self, a, tns)

Source from the content-addressed store, hash-verified

407 self.type = self.__getref('type', tns)
408
409 def __getref(self, a, tns):
410 """ Get the qualified value of attribute named 'a'."""
411 s = self.root.get(a)
412 if s is None:
413 return s
414 else:
415 return qualify(s, self.root, tns)
416
417
418class Message(NamedObject):

Callers 1

__init__Method · 0.95

Calls 2

qualifyFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected