Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ quote_args
Function
quote_args
_pydev_bundle/pydev_monkey.py:359–363 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
357
358
359
def
quote_args(args):
360
if
sys.platform ==
"win32"
:
361
return
list(map(quote_arg_win32, args))
362
else
:
363
return
args
364
365
366
def
patch_args(args, is_exec=False):
Callers
1
patch_args
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected