~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/interfaces/potemplate.py

  • Committer: Benji York
  • Date: 2011-08-01 12:51:12 UTC
  • mfrom: (13572 devel)
  • mto: This revision was merged to the branch mainline in revision 13573.
  • Revision ID: benji.york@canonical.com-20110801125112-a4euql70924suzb6
mergeĀ fromĀ devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
805
805
 
806
806
    def select(*args):
807
807
        """Return a ResultSet for this collection with values set to args."""
 
808
 
 
809
    def joinInner(cls, *conditions):
 
810
        """Inner-join `cls` into the query."""
 
811
 
 
812
    def joinOuter(cls, *conditions):
 
813
        """Outer-join `cls` into the query."""