Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
def
str2bool(v):
5
return
str(v).lower() in (
"yes"
,
"true"
,
"t"
,
"1"
)
6
7
8
class
InstanceProxy(object):
Callers
1
init_app
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected