Skip to main content

get_enum_meta_object

No overview available.

def get_enum_meta_object(
enum_member: Enum
) - > object

Retrieves the metadata object associated with a specific enumeration member to access its extended properties.

Parameters

NameTypeDescription
enum_memberEnumThe specific enumeration member for which metadata is being requested.

Returns

TypeDescription
objectThe metadata object containing additional attributes defined for the enumeration member.