Changeset 1036:bc8c41f33fba
- Timestamp:
- 03/14/22 10:12:06 (3 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dcdatagen.py
r932 r1036 861 861 print(" code = row[0].strip()", file=dcdata) 862 862 print(" meaning = table[code] if code in table else None", file=dcdata) 863 print(" return code + ((\" (\" + meaning + \")\") if meaning else \"\")", file=dcdata)863 print(" return code", file=dcdata) 864 864 print(file=dcdata) 865 865
Note:
See TracChangeset
for help on using the changeset viewer.