Using a dict to store a configuration file. More...
Go to the source code of this file.
Namespaces | |
read_write | |
Variables | |
tuple | read_write.parser = argparse.ArgumentParser(description=__doc__) |
tuple | read_write.args = parser.parse_args() |
dictionary | read_write.d = {} |
tuple | read_write.l = l.strip() |
Using a dict to store a configuration file.
The purpose of this code is a comparison to read_write.f90
Definition in file read_write.py.