is_parameter#

Database.is_parameter(name)#

Determine if the variable is a parameter.

Parameters:
namestr

Variable name.

Returns:
bool

True if the variable is a parameter, False otherwise.