MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / getFullname

Method getFullname

wsdiscovery/qname.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 return self._namespace_prefix
20
21 def getFullname(self):
22 return self.getNamespace() + ":" + self.getLocalname()
23
24 def __repr__(self):
25 return self.getFullname()

Callers 2

__repr__Method · 0.95
isTypeInListFunction · 0.80

Calls 2

getNamespaceMethod · 0.95
getLocalnameMethod · 0.95

Tested by

no test coverage detected