pwtools
Navigation
API Reference
Features
Installation
Tutorial
Background, details, special topics
Related Topics
Documentation overview
API Reference
arrayio
Previous:
pwtools.arrayio._read_header_config
Next:
pwtools.arrayio.arr2d_to_3d
Quick search
pwtools.arrayio._write_header_config
¶
pwtools.arrayio.
_write_header_config
(
fh
,
config
,
header_comment
=
'#'
,
header_maxlines
=
20
)
[source]
¶
Write ini-style config file from
config
prefixed with
header_comment
to file handle
fh
.