Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ escape
Function
escape
pattern/web/oauth/__init__.py:48–49 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
46
return
int(time.time())
47
48
def
escape(string):
49
return
urllib.quote(string, safe=
"~"
)
50
51
def
utf8(string):
52
return
isinstance(string, unicode) and string.encode(
"utf-8"
) or str(string)
Callers
2
base
Function · 0.70
sign
Function · 0.70
Calls
1
quote
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…