mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 01:36:23 -04:00
add a requested docstring for event_rpcgen.CommandLine.__init__
This commit is contained in:
parent
9c71a3413a
commit
f1250eb698
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user