Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

classdoc_usage.py 267B

12345678910111213141516
  1. """ds"""
  2. __revision__ = None
  3. class SomeClass(object):
  4. """cds"""
  5. doc = __doc__
  6. def __init__(self):
  7. """only to make pylint happier"""
  8. def please(self):
  9. """public method 1/2"""
  10. def besilent(self):
  11. """public method 2/2"""