contains method

On this page

contains

Determines whether the package contains a metadata property with the specified name.

def contains(self, property_name):
    ...
Parameter Type Description
property_name str The name of the property to locate in the package.

Returns: bool: True if the package contains a property with the specified name; otherwise, False.

See Also

On this page