Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniel2005d/mapXplore
/ is_bool
Method
is_bool
utils/utils.py:38–39 ·
view source on GitHub ↗
(value:str)
Source
from the content-addressed store, hash-verified
36
37
@staticmethod
38
def
is_bool(value:str)->bool:
39
return
value.lower() in (
'yes'
,
'true'
,
'false'
,
'no'
)
if
value is not None
else
False
40
41
@staticmethod
42
def
is_base64(value:str)->bool:
Callers
1
create_filename
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected