add a requested docstring for event_rpcgen.CommandLine.__init__

This commit is contained in:
Nick Mathewson 2010-10-25 15:23:41 -04:00
parent 9c71a3413a
commit f1250eb698

View File

@ -1627,6 +1627,11 @@ class Usage(RpcGenError):
class CommandLine:
def __init__(self, argv):
"""Initialize a command-line to launch event_rpcgen, as if
from a command-line with CommandLine(sys.argv). If you're
calling this directly, remember to provide a dummy value
for sys.argv[0]
"""
self.filename = None
self.header_file = None
self.impl_file = None