You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Get list of backup source files currently present in the cache,
266
-
either all of them if no argument, or filtered by those belonging to the references in the package_list
267
-
268
-
@param package_list: a PackagesList object to filter backup files from (The files should have been downloaded form any of the references in the package_list)
269
-
@param exclude: if True, exclude the sources that come from URLs present the core.sources:exclude_urls global conf
270
-
@param only_upload: if True, only return the files for packages that are set to be uploaded
270
+
either all of them if no argument, or filtered by those belonging to the references
271
+
in the package_list
272
+
273
+
:param package_list: a PackagesList object to filter backup files from (The files should
274
+
have been downloaded form any of the references in the package_list)
275
+
:param exclude: if True, exclude the sources that come from URLs present the
276
+
core.sources:exclude_urls global conf
277
+
:param only_upload: if True, only return the files for packages that are set to be uploaded
0 commit comments