MCPcopy 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
109def bool_parser(s):
110 return s in ("True", "true", "1", True, 1)
111
112
113def unquote(s):

Callers 1

update_from_argsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected