• A
    PEP 257 · b5cac27e
    Alessio Sergi 提交于
    One-line docstring should not occupy 3 lines
    Expected 1 blank line *before* class docstring
    First line should end with '.'
    Blank line missing between one-line summary and description
    No blank lines allowed *after* method docstring
    Use r""" if any backslashes in a docstring
    b5cac27e
glances_percpu.py 7.4 KB