position property
position property
Gets or sets the stream position.
Definition:
@property
def position(self):
...
@position.setter
def position(self, value):
...
Gets or sets the stream position.
@property
def position(self):
...
@position.setter
def position(self, value):
...