MCPcopy Create free account
hub / github.com/dchevell/flask-executor / str2bool

Function str2bool

flask_executor/helpers.py:4–5  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

2
3
4def str2bool(v):
5 return str(v).lower() in ("yes", "true", "t", "1")
6
7
8class InstanceProxy(object):

Callers 1

init_appMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected