Searched refs:DistHeader (Results 1 – 2 of 2) sorted by relevance
309 def PackageToDec(Package, DistHeader = None): argument332 if not PackageAbstract and DistHeader:333 PackageAbstract = GetLocalValue(DistHeader.GetAbstract())334 if not PackageDescription and DistHeader:335 PackageDescription = GetLocalValue(DistHeader.GetDescription())336 if not PackageCopyright and DistHeader:337 for (Lang, Copyright) in DistHeader.GetCopyright():339 if not PackageLicense and DistHeader:340 for (Lang, License) in DistHeader.GetLicense():526 if DistHeader.ReadOnly:
52 def ModuleToInf(ModuleObject, PackageObject=None, DistHeader=None): argument70 if not ModuleAbstract and DistHeader:71 ModuleAbstract = GetLocalValue(DistHeader.GetAbstract())75 if not ModuleDescription and DistHeader:76 ModuleDescription = GetLocalValue(DistHeader.GetDescription())87 if not ModuleCopyright and DistHeader:88 for (Lang, Copyright) in DistHeader.GetCopyright():102 if not ModuleLicense and DistHeader:103 for (Lang, License) in DistHeader.GetLicense():182 if DistHeader.ReadOnly: