Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ bool_parser
Function
bool_parser
_pydevd_bundle/pydevd_json_debug_options.py:109–110 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
107
108
109
def
bool_parser(s):
110
return
s in (
"True"
,
"true"
,
"1"
, True, 1)
111
112
113
def
unquote(s):
Callers
1
update_from_args
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected