Method deprecated_typep()


Method deprecated_typep

bool deprecated_typep(type t)

Description

Checks if the supplied type has the "deprecated" attribute. This would generally only be true in static types of identifiers that have been marked as __deprecated__.

Returns

1 if the type has the "deprecated" attribute, 0 otherwise.