MCPcopy 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
48def escape(string):
49 return urllib.quote(string, safe="~")
50
51def utf8(string):
52 return isinstance(string, unicode) and string.encode("utf-8") or str(string)

Callers 2

baseFunction · 0.70
signFunction · 0.70

Calls 1

quoteMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…