can_write property

can_write property

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

Definition:

@property
def can_write(self):
    ...

See Also