item_type property

item_type property

Gets the type of this item (Function, Parameter, List, Literal, or Unknown).

Definition:

@property
def item_type(self):
    ...

See Also