From fa1431071e5e3bb28b97900fae213601acc6d6f3 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 21 Mar 2012 09:58:33 +0100 Subject: gbp.confing: add docstring Git-Dch: Ignore --- gbp/config.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gbp/config.py b/gbp/config.py index c6805df2..345330c8 100644 --- a/gbp/config.py +++ b/gbp/config.py @@ -264,6 +264,14 @@ class GbpOptionParser(OptionParser): self.config['filter'] = [] def __init__(self, command, prefix='', usage=None): + """ + @param command: the command to build the config parser for + @type command: C{str} + @param prefix: A prefix to add to all command line options + @type prefix: C{str} + @param usage: a usage description + @type usage: C{str} + """ self.command = command self.prefix = prefix self.config = {} -- cgit v1.2.3