type_parameters property

type_parameters property

Gets the type parameter values.

Remarks

The type parameter has multiple, different uses. In general, it is a way of specifying class characteristics of the associated property.

Definition:

@property
def type_parameters(self):
    ...

See Also