Demo Grouper
- class MyClass[source]
Some class
With some description
Methods:
do_something()Do something
Attributes:
some_attrAny instance attribute
Alternative Section:
some_other_attrAny other instance attribute
- do_something()[source]
Do something
- some_attr = None
Any instance attribute
- some_other_attr = None
Any other instance attribute