← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~sfindlay/openlp/refactor-song-import into lp:openlp

 

We don't formally follow PEP257, though some docstrings may look similar. In general our docstrings look something like this:

def foo(bar, baz):
    """
    A paragraph describing the foo method.

    bar
        Describe parameter bar.
    baz
        Describe parameter baz.
    """
    return bar + baz

docstrings are written in reStructuredText.
-- 
https://code.launchpad.net/~sfindlay/openlp/refactor-song-import/+merge/108757
Your team OpenLP Core is subscribed to branch lp:openlp.


References