Home | History | Annotate | Download | only in GenMetaFile

Lines Matching refs:GetLocalValue

33 from Library.Misc import GetLocalValue

66 ModuleAbstract = GetLocalValue(ModuleObject.GetAbstract())
68 ModuleAbstract = GetLocalValue(PackageObject.GetAbstract())
70 ModuleAbstract = GetLocalValue(DistHeader.GetAbstract())
71 ModuleDescription = GetLocalValue(ModuleObject.GetDescription())
73 ModuleDescription = GetLocalValue(PackageObject.GetDescription())
75 ModuleDescription = GetLocalValue(DistHeader.GetDescription())
121 ModuleBinaryAbstract = GetLocalValue(UserExtension.GetBinaryAbstract())
122 ModuleBinaryDescription = GetLocalValue(UserExtension.GetBinaryDescription())