Part of lp.code.model.branchcollection View In Hierarchy
Method | __init__ | Construct a GenericBranchCollection . |
Method | visibleByUser | See IBranchCollection . |
Method | _filterBy | Return a subset of this collection, filtered by 'expressions'. |
Method | _getBranchVisibilityExpression | Return the where clauses for visibility. |
Inherited from GenericBranchCollection:
GenericBranchCollection
.Parameters | store | The store to look in for branches. If not specified, use the default store. |
branch_filter_expressions | A list of Storm expressions to restrict the branches in the collection. If unspecified, then there will be no restrictions on the result set. That is, all branches in the store will be in the collection. | |
tables | A dict of Storm tables to the Join expression. If an expression in branch_filter_expressions refers to a table, then that table must be in this list. | |
asymmetric_filter_expressions | As per branch_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 Branch back onto Branch. |
Parameters | branch_class | The Branch class to use - permits using ClassAliases. |