is_fixed_param

is_fixed_param(x)[source]

Check if an object is a fixed Parameter.

Parameters:

x – The object to check.

Returns:

True if the object is a fixed Parameter, False otherwise.

Return type:

bool