~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/branchcollection.py

Merged db-devel into replication.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
# pylint: disable-msg=E0211, E0213
50
50
    def count():
51
51
        """The number of branches in this collection."""
52
52
 
 
53
    def is_empty():
 
54
        """Is this collection empty?"""
 
55
 
53
56
    def ownerCounts():
54
57
        """Return the number of different branch owners.
55
58