On 9/25/20 8:19 AM, Markus Armbruster wrote:
What about:

     Generate a QAPI struct variable holding the event parameters,
     initialized with the function's arguments.

Line length and style-guide limitations; docstrings need a one-liner summary.

(Consistency is the hobgoblin, blah blah blah.)

I am writing:

    """
    Generate a QAPI struct variable with an initializer.

    The QAPI struct describes the event parameters, and the initializer
    references the function arguments defined in `gen_event_send`.
    """


Reply via email to