pyramid.settings
¶
- asbool(s)[source]¶
Return the boolean value
True
if the case-lowered value of string inputs
is a truthy string. Ifs
is already one of the boolean valuesTrue
orFalse
, return it.
pyramid.settings
¶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.