MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / unquote

Function unquote

_pydevd_bundle/pydevd_json_debug_options.py:113–114  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

111
112
113def unquote(s):
114 return None if s is None else urllib_parse.unquote(s)
115
116
117DEBUG_OPTIONS_PARSER = {

Calls

no outgoing calls

Tested by 2

checkFunction · 0.68