type_of_t property

type_of_t property

Gets or sets the type of t.

Definition:

@property
def type_of_t(self):
    ...
@type_of_t.setter
def type_of_t(self, value):
    ...

See Also