1. 11 5月, 2015 1 次提交
    • A
      PEP 257 · 5e5c6817
      Alessio Sergi 提交于
      - First line should end with a period
      - No blank lines allowed after function docstring
      - 1 blank line required between summary line and description
      - 1 blank line required before class docstring
      - Multi-line docstring closing quotes should be on a separate line
      - No whitespaces allowed surrounding docstring text
      - One-line docstring should fit on one line with quotes
      - Use r""" if any backslashes in a docstring
      5e5c6817
  2. 10 5月, 2015 2 次提交
  3. 09 5月, 2015 6 次提交
  4. 08 5月, 2015 9 次提交
  5. 07 5月, 2015 10 次提交
  6. 06 5月, 2015 3 次提交
  7. 05 5月, 2015 1 次提交
  8. 04 5月, 2015 2 次提交
  9. 03 5月, 2015 2 次提交
  10. 02 5月, 2015 4 次提交