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.

init_is_generator.py 150B

12345
  1. # pylint: disable=missing-docstring,too-few-public-methods
  2. class SomeClass(object):
  3. def __init__(self): # [init-is-generator]
  4. yield None