actual_read_count property

actual_read_count property

Gets the actual read bytes count.

Definition:

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

See Also