audk/BaseTools/Source/Python/AutoGen
Carsey, Jaben 992fbe3519 BaseTools: AutoGen - use dafultdict instead of dict
since we manually make each entry a set(), just use defaultdict(set)

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2018-04-26 14:44:35 +08:00
..
AutoGen.py BaseTools: AutoGen - use dafultdict instead of dict 2018-04-26 14:44:35 +08:00
BuildEngine.py BaseTools: use predefined constants instead of local strings 2018-04-18 22:15:35 +08:00
GenC.py BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared constants. 2018-04-23 11:11:20 +08:00
GenDepex.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
GenMake.py BaseTools: AutoGen - remove unused variables. 2018-04-26 14:43:25 +08:00
GenPcdDb.py BaseTools: AutoGen - remove dictionary populated, but never accessed 2018-04-26 14:43:24 +08:00
GenVar.py BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared constants. 2018-04-23 11:11:20 +08:00
IdfClassObject.py BaseTools: remove redundant check 2018-04-08 15:34:12 +08:00
InfSectionParser.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
StrGather.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
UniClassObject.py BaseTools: remove redundant check 2018-04-08 15:34:12 +08:00
ValidCheckingInfoObject.py BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared constants. 2018-04-23 11:11:20 +08:00
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00