chc.app.AssignDictionaryRecord module

class chc.app.AssignDictionaryRecord.AssignDictionaryRecord(ad: CFileAssignmentDictionary, ixval: chc.util.IndexedTable.IndexedTableValue)[source]

Bases: chc.util.IndexedTable.IndexedTableValue

Base class for all objects kept in the CFileAssignmentDictionary.

property ad: CFileAssignmentDictionary
property cd: CFileDictionary
property cdecls: CFileDeclarations
property cfile: CFile
class chc.app.AssignDictionaryRecord.AssignDictionaryRegistry[source]

Bases: object

mk_instance(ad: CFileAssignmentDictionary, ixval: chc.util.IndexedTable.IndexedTableValue, anchor: Type[chc.app.AssignDictionaryRecord.ADiR]) chc.app.AssignDictionaryRecord.ADiR[source]
register_tag(tag: str, anchor: type) Callable[[type], type][source]