parse_nist_41.py File Reference
Namespaces | |
parse_nist_41 | |
Variables | |
parse_nist_41.inputfile = open("nist_v41_atom_data.txt") | |
list | parse_nist_41.atoms = [] |
dictionary | parse_nist_41.new_atom = {} |
list | parse_nist_41.fields = [x.strip() for x in line.split('=')] |
list | parse_nist_41.my_str = fields[1].split('(')[0] |
parse_nist_41.key | |
list | parse_nist_41.atom = atoms[i] |