~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/launchpad/webapp/interfaces.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-05 16:26:42 UTC
  • mfrom: (13588.1.17 local-latency-port)
  • Revision ID: launchpad@pqm.canonical.com-20110805162642-hgal6meu10l3utts
[r=henninge][bug=821482][no-qa] Add --port option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
        If no matching object is found, the tuple (None, None) is returned.
348
348
        """
349
349
 
350
 
    def getURL(level=0, path_only=False, include_query=False):
351
 
        """See `IHTTPApplicationRequest`.
352
 
 
353
 
        Additionally, if `include_query` is `True`, the query string is
354
 
        included in the returned URL.
355
 
        """
356
 
 
357
350
 
358
351
class IBrowserFormNG(Interface):
359
352
    """Interface to manipulate submitted form data."""