Package aloha :: Module aloha_writers :: Class QP
[hide private]
[frames] | no frames]

Class QP

source code

object --+
         |
        QP
Known Subclasses:

routines for writing out Fortran

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]
  type2def = {'complex': 'complex*32', 'double': 'real*16', 'int...
  format = 'q0'
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

type2def

Value:
{'complex': 'complex*32', 'double': 'real*16', 'int': 'integer*4'}