Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreikop/python-ws-discovery
/ getQuotedValue
Method
getQuotedValue
wsdiscovery/scope.py:17–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
return
self._value
16
17
def
getQuotedValue(self):
18
return
self._value.replace(
' '
,
'%20'
)
19
20
def
__repr__(self):
21
if
self.getMatchBy() == None or len(self.getMatchBy()) == 0:
Callers
1
addScopes
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected