]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: AutoGen - GenVar refactor static methods
authorCarsey, Jaben <jaben.carsey@intel.com>
Fri, 27 Apr 2018 22:32:21 +0000 (06:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 4 May 2018 05:03:00 +0000 (13:03 +0800)
commitc5419897415ad31fc83efa94b370a38f8a097aa5
tree4ad6c3b2675fdd503fafad4c86ca4565cf43013a
parentbffcfca88f398ea42a6275f87561ed57db3c7619
BaseTools: AutoGen - GenVar refactor static methods

change methods which do not use self to @staticmethod
change their calls to use class name instead of instance

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>
BaseTools/Source/Python/AutoGen/GenVar.py