can_seek property

can_seek property

Gets a value indicating whether the current stream supports seeking. Read-only bool.

Definition:

@property
def can_seek(self):
    ...

See Also