Fortran hash table  0.1
 All Classes Namespaces Files Functions Variables
Namespaces | Variables
read_write.py File Reference

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()
 

Detailed Description

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.