Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isTypeInList
Function · 0.80
Calls
2
getNamespace
Method · 0.95
getLocalname
Method · 0.95
Tested by
no test coverage detected