MCPcopy
hub / github.com/Sathvik-Rao/ClipCascade / str_to_bool

Method str_to_bool

ClipCascade_Desktop/src/cli/login.py:37–38  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

35
36 @staticmethod
37 def str_to_bool(value):
38 return value.lower().strip() == "y"
39
40 @staticmethod
41 def is_positive_integer(value):

Callers 1

mainloopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected