pysdic.IntegrationPoints.has_property#

IntegrationPoints.has_property(key)[source]#

Check if the integration points have a property with the given key/name.

Note

The property can also be checked using dictionary-like syntax:

1has_property = 'property_key' in integration_points
Parameters:

key (str) – The key/name of the property to check.

Returns:

True if the property exists, False otherwise.

Return type:

bool