audk/BaseTools/Source/Python/AutoGen
Jaben Carsey 0f78fd7349 BaseTools: AutoGen - change class variable to funciton variable
This variable is only used in one function, make it local there.
Also when iterating on the variable, use dict.items() to get value
instead of re-looking up the value multiple times.

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-07-25 09:40:49 +08:00
..
AutoGen.py BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section 2018-07-23 08:56:37 +08:00
BuildEngine.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
GenC.py BaseTools: Fix the different token with the same PCD 2018-07-24 16:28:56 +08:00
GenDepex.py BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section 2018-07-23 08:56:37 +08:00
GenMake.py BaseTools: AutoGen - change class variable to funciton variable 2018-07-25 09:40:49 +08:00
GenPcdDb.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
GenVar.py BaseTools: Adjust the spaces around commas and colons 2018-06-27 16:33:25 +08:00
IdfClassObject.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
InfSectionParser.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
StrGather.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
UniClassObject.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
ValidCheckingInfoObject.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00