|
|
|
|
|
|
|
|
| _compose_boz_string(w,
m,
state,
val,
ftype) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _output_float(w,
d,
e,
state,
ft,
buff,
sign_bit,
zero_flag,
ndigits,
edigits) |
source code
|
|
|
|
_swapchar(s,
ind,
newch)
Helper function to make chars in a string mutableish |
source code
|
|
|
|
_write_string(record,
sub_string,
pos)
Function that actually writes the generated strings to a 'stream |
source code
|
|
|
|
|
|
|
output(eds,
reversion_eds,
values)
a function to take a list of valid f77 edit descriptors and
respective values and output the corresponding string |
source code
|
|
|
|
ALL_ED = ['BN', 'BZ', 'SP', 'SS', 'S', 'X', 'T', 'TR', 'TL', '...
|
|
|
CONTROL_EDS = (<class 'chianti.fortranformat._edit_descriptors...
|
|
|
ED1 = ['BN', 'BZ', 'SP', 'SS', 'S']
|
|
|
ED10 = ['/']
|
|
|
ED2 = ['X']
|
|
|
ED3 = ['T', 'TR', 'TL', 'L']
|
|
|
ED4 = ['A']
|
|
|
ED5 = ['D', 'F']
|
|
|
ED6 = ['B', 'I', 'O', 'Z']
|
|
|
ED7 = ['E', 'EN', 'ES', 'G']
|
|
|
ED8 = ['P']
|
|
|
ED9 = [':']
|
|
|
G0_NO_BLANKS = False
|
|
|
IS_PYTHON3 = False
|
|
|
NON_REVERSION_EDS = (<class 'chianti.fortranformat._edit_descr...
|
|
|
OUTPUT_EDS = (<class 'chianti.fortranformat._edit_descriptors....
|
|
|
PROC_DECIMAL_CHAR = '.'
|
|
|
PROC_MIN_FIELD_WIDTH = 46
|
|
|
PROC_NO_LEADING_BLANK = False
|
|
|
PROC_SIGN_ZERO = False
|
|
|
REPEATABLE_EDS = ['L', 'A', 'D', 'F', 'B', 'I', 'O', 'Z', 'E',...
|
|
|
__package__ = 'chianti.fortranformat'
|