bytes property
bytes property
Represents an estimate of the number of bytes in the document.
Definition:
@property
def bytes(self):
...
@bytes.setter
def bytes(self, value):
...
Represents an estimate of the number of bytes in the document.
@property
def bytes(self):
...
@bytes.setter
def bytes(self, value):
...