Lines Matching full:param
173 :param str distro: a string representing a distro value.
186 :param str the string to consider
232 :param str left: left nvr to compare.
233 :param str right: right nvr to compare.
256 :param callable func: a callable object to decorate
290 :param dict rpm_info: a dict representing an RPM descriptor
306 :param str name: the property name to access.
387 :param str filename: a filename pointing to a RPM file in local
411 :param str rpm_filename: filename of rpm to find, for example
582 :param: dict rpm_info a dict representing an RPM. This was
658 :param str baseurl: the kojihub URL to initialize a session, that is
689 :param int buildID: id of a build from which to list RPMs.
690 :param arches: to restrict to list RPMs with specified arches.
692 :param selector: called to determine if a RPM should be selected and
719 :param rpminfo: rpminfo may be a N-V-R.A or a map containing name,
745 :param int packageID: id of package to list builds from.
746 :param int state: build state. There are five states of a build in
750 :param bool topone: just return the top first build.
751 :param selector: a callable object used to select specific subset of
756 :param str order_by: the attribute name by which to order the builds,
758 :param bool reverse: whether to order builds reversely.
799 :param str name: a package name.
818 :param int buildID: id of build to get from Koji.
840 :param str name: name of a rpm
841 :param str version: version of a rpm
842 :param str release: release of a rpm
843 :param arch: arch of a rpm
878 :param str package_name: from which package to get the latest build
879 :param str distro: which distro the latest build belongs to
929 :param int build_id: from which build to select rpms.
930 :param str package_name: which rpm to select that matches this name.
931 :param arches: which arches to select. If arches omits, rpms with all
934 :param bool select_subpackages: indicate whether to select all RPMs
961 :param str package_name: from which package to get the rpms
962 :param str distro: which distro the rpms belong to
963 :param arches: which arches the rpms belong to
1003 :param str url: URL of a RPM to download.
1025 :param list rpms: list of RPMs to download.
1060 :param: list debuginfo_list a list of instances of the RPM class
1090 :param ComparisonHalf cmp_half1: the first comparison half.
1091 :param ComparisonHalf cmp_half2: the second comparison half.
1224 :param RPMCollection rpm_col1: a collection of RPMs
1225 :param RPMCollection rpm_col2: same as rpm_col1