depth property

depth property

Gets or sets the depth of the profile.

Definition:

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

See Also