IOFlags#

class IOFlags#

Specifies properties of a IOChannel. Some of the flags can only be read with get_flags(), but not changed with set_flags().

Fields#

class IOFlags
APPEND#

The type of the None singleton.

GET_MASK#

The type of the None singleton.

IS_READABLE#

The type of the None singleton.

IS_SEEKABLE#

The type of the None singleton.

IS_WRITABLE#

The type of the None singleton.

IS_WRITEABLE#

The type of the None singleton.

MASK#

The type of the None singleton.

NONBLOCK#

The type of the None singleton.

NONE#

The type of the None singleton.

SET_MASK#

The type of the None singleton.