chc.app.CFileAssignmentDictionary module
Dictionary of global and field assignments.
- class chc.app.CFileAssignmentDictionary.CFileAssignmentDictionary(cfile: CFile, xnode: Optional[xml.etree.ElementTree.Element])[source]
Bases:
objectDictionary of assignments to global and static variables and fields.
- property cfile: CFile
- property declarations: CFileDeclarations
- property dictionary: CFileDictionary
- get_assignment(ix: int) chc.app.CFileAssignment.CFileAssignment[source]