Package hedge :: Module compiler :: Class FluxExchangeBatchAssign
[hide private]
[frames] | no frames]

Class FluxExchangeBatchAssign

source code


Instance Methods [hide private]
 
__init__(self, names, indices_and_ranks, field, dep_mapper_factory)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
get_assignees(self) source code
 
get_dependencies(self) source code
 
__str__(self)
str(x)
source code
 
get_executor_method(self, executor) source code

Inherited from pytools.Record: __eq__, __getstate__, __ne__, __repr__, __setstate__, copy

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  priority = 1
Properties [hide private]
  field
  indices_and_ranks
  names
  rank_to_index_and_name

Inherited from Instruction: dep_mapper_factory

Inherited from object: __class__

Method Details [hide private]

__init__(self, names, indices_and_ranks, field, dep_mapper_factory)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

get_assignees(self)

source code 
Overrides: Instruction.get_assignees

get_dependencies(self)

source code 
Overrides: Instruction.get_dependencies

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

get_executor_method(self, executor)

source code 
Overrides: Instruction.get_executor_method