Package petsc4py :: Module PETSc :: Class DeviceContext :: Class StreamType
[hide private]
[frames] | no frames]

Class StreamType


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  DEFAULT_BLOCKING = 1
  GLOBAL_BLOCKING = 0
  GLOBAL_NONBLOCKING = 2
  __enum2str = {0: 'GLOBAL_BLOCKING', 1: 'DEFAULT_BLOCKING', 2: ...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

__enum2str

Value:
{0: 'GLOBAL_BLOCKING', 1: 'DEFAULT_BLOCKING', 2: 'GLOBAL_NONBLOCKING'}