~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to utilities/script_commands.py

  • Committer: Aaron Bentley
  • Date: 2011-08-05 16:11:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13619.
  • Revision ID: aaron@canonical.com-20110805161106-v8zowihnri10citj
Update docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    # TODO: implement!
76
76
    # Basically each argument without a default is treated as a posiitonal
77
77
    # argument.  They must have types defined, since we can't infer it from
78
 
    # the kwargs.
 
78
    # the default.
79
79
    #
80
80
    # We may wish to declare optional positional arguments.  These would have
81
81
    # have defaults, but declaring them as positional would prevent them from