can_read property

can_read property

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

Definition:

@property
def can_read(self):
    ...

See Also