BaseParam.get_property#

BaseParam.get_property(property_name: str)[source]#

Check the boolean value of the given property. If the property does not exist in the dictionary, False will be returned.

Parameters:
property_namestr

Property name

Returns:
The truth value of the property.