metobs_toolkit.obstypes.Obstype.is_compatible_with#

Obstype.is_compatible_with(other: Obstype) bool[source]#

Test if the other Obstype is compatible with this one.

Parameters:

other (Obstype) – The other Obstype to test compatibility with.

Returns:

True if compatible, False otherwise.

Return type:

bool