Demo Grouper

class MyClass[source]

Some class

With some description

Methods:

do_something()

Do something

Attributes:

some_attr

Any instance attribute

Alternative Section:

some_other_attr

Any other instance attribute

do_something()[source]

Do something

some_attr = None

Any instance attribute

some_other_attr = None

Any other instance attribute