pyramid.settings¶
-
asbool(s)[source]¶ Return the boolean value
Trueif the case-lowered value of string inputsis a truthy string. Ifsis already one of the boolean valuesTrueorFalse, return it.
pyramid.settings¶asbool(s)[source]¶Return the boolean value True if the case-lowered value of string
input s is a truthy string. If s is already one of the
boolean values True or False, return it.