Lines Matching refs:list
460 # Mapping from arch to a list of rpm_infos.
579 """Return a list of descriptors of all the debuginfo RPMs associated
584 :return: a list of dicts containing RPM descriptors (dicts)
665 """Get list of RPMs of a build from Koji
667 Call kojihub.listRPMs to get list of RPMs. Return selected RPMs without
689 :param int buildID: id of a build from which to list RPMs.
690 :param arches: to restrict to list RPMs with specified arches.
691 :type arches: list or tuple
696 :return: a list of RPMs, each of them is a dict object
697 :rtype: list
737 """Get list of builds from Koji
745 :param int packageID: id of package to list builds from.
759 :return: a list of builds, even if there is only one build.
760 :rtype: list
933 :type arches: list, tuple or None
936 :return: a list of RPMs returned from listRPMs
937 :rtype: list
966 :rtype: list
1025 :param list rpms: list of RPMs to download.
1055 """Given a list of debug info package descriptors return an option
1060 :param: list debuginfo_list a list of instances of the RPM class