has_attribute method

has_attribute

Defines the interface for check Has Attribute

Returns

The boolean.

def has_attribute(self, name):
    ...
ParameterTypeDescription
namestrThe string name.

See Also