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

Class Instruction

source code


Instance Methods [hide private]
 
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__, __init__, __ne__, __repr__, __setstate__, copy

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

Class Variables [hide private]
  priority = 0
Properties [hide private]
  dep_mapper_factory

Inherited from object: __class__

Method Details [hide private]

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)