contains method

contains

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

Returns

True if the package contains a property with the specified name; otherwise, false.

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

See Also