is_free_param

is_free_param(x)[source]

Check if an object is a non-fixed Parameter.

Parameters:

x – The object to check.

Returns:

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

Return type:

bool