Trees | Indices | Help |
---|
|
object --+ | file --+ | FileWriter --+ | FortranWriter
Routines for writing fortran lines. Keeps track of indentation and splitting of long lines
|
|||
FortranWriterError Exception raised if an error occurs in the definition or the execution of a FortranWriter. |
|||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
keyword_pairs =
|
|||
single_indents =
|
|||
number_re = re.compile(r'^
|
|||
line_cont_char =
|
|||
comment_char =
|
|||
downcase = False
|
|||
line_length = 71
|
|||
max_split = 20
|
|||
split_characters =
|
|||
comment_split_characters =
|
|||
__indent = 0
|
|||
__keyword_list =
|
|||
__comment_pattern = re.compile(r'
|
|||
__continuation_line = re.compile(r'
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Write a fortran line, with correct indent and line splits
|
Write a comment line, with correct indent and line splits
|
Split a line if it is longer than self.line_length columns. Split in preferential order according to split_characters, and start each new line with line_start. |
|
keyword_pairs
|
__comment_pattern
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Feb 4 12:20:08 2019 | http://epydoc.sourceforge.net |