byte_length property

byte_length property

Gets the byteLength accessor property represents the length of an ArrayBuffer in bytes.

Definition:

@property
def byte_length(self):
    ...

See Also