Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ __repr__
Method
__repr__
wsdiscovery/qname.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
return
self.getNamespace() +
":"
+ self.getLocalname()
23
24
def
__repr__(self):
25
return
self.getFullname()
26
27
28
Callers
nothing calls this directly
Calls
1
getFullname
Method · 0.95
Tested by
no test coverage detected