petsc4py.PETSc.DeviceContext.StreamType# class petsc4py.PETSc.DeviceContext.StreamType# Bases: object The type of stream. See also DeviceContext, DeviceContext.getStreamType, DeviceContext.setStreamType, PetscStreamType Attributes Summary DEFAULT_BLOCKING Constant DEFAULT_BLOCKING of type int GLOBAL_BLOCKING Constant GLOBAL_BLOCKING of type int GLOBAL_NONBLOCKING Constant GLOBAL_NONBLOCKING of type int Attributes Documentation DEFAULT_BLOCKING: int = DEFAULT_BLOCKING# Constant DEFAULT_BLOCKING of type int GLOBAL_BLOCKING: int = GLOBAL_BLOCKING# Constant GLOBAL_BLOCKING of type int GLOBAL_NONBLOCKING: int = GLOBAL_NONBLOCKING# Constant GLOBAL_NONBLOCKING of type int