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

Method qname

suds/sax/attribute.py:64–73  ·  view source on GitHub ↗

Get the B{fully} qualified name of this attribute @return: The fully qualified name. @rtype: basestring

(self)

Source from the content-addressed store, hash-verified

62 return a
63
64 def qname(self):
65 """
66 Get the B{fully} qualified name of this attribute
67 @return: The fully qualified name.
68 @rtype: basestring
69 """
70 if self.prefix is None:
71 return self.name
72 else:
73 return ':'.join((self.prefix, self.name))
74
75 def setValue(self, value):
76 """

Callers 3

cloneMethod · 0.95
__str__Method · 0.95
__unicode__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected