Part of lp.code.model.gitcollection View In Hierarchy
Known subclasses: lp.code.model.gitcollection.AnonymousGitCollection, lp.code.model.gitcollection.VisibleGitCollection
IGitCollection
.GenericGitCollection
.Parameters | store | The store to look in for repositories. If not specified, use the default store. |
filter_expressions | A list of Storm expressions to restrict the repositories in the collection. If unspecified, then there will be no restrictions on the result set. That is, all repositories in the store will be in the collection. | |
tables | A dict of Storm tables to the Join expression. If an expression in filter_expressions refers to a table, then that table must be in this list. | |
asymmetric_filter_expressions | As per filter_expressions but only applies to one side of reflexive joins. | |
asymmetric_tables | As per tables, for asymmetric_filter_expressions. |
Parameters | symmetric | If True, this filter will apply to both sides of merge proposal lookups and any other lookups that join GitRepository back onto GitRepository. |
IGitCollection
.IGitCollection
.IGitCollection
.