is_param

is_param(x)[source]

Check if an object is an instance of a Parameter.

Parameters:

x – The object to check.

Returns:

True if the object is a Parameter, False otherwise.

Return type:

bool