coordinates.coordinate_systems.ProlateSpheroidalCoordinateSystem.has_expression#

ProlateSpheroidalCoordinateSystem.has_expression(expression_name: str) bool#

Check if a symbolic expression is registered at the instance level.

Parameters:

expression_name (str) – The name of the symbolic expression to check.

Returns:

True if the symbolic expression is registered.

Return type:

bool