Base class
Functions
CLASSNAME - @classmethod
Returns the name of the class
slugify :
bool
- False
True to slugify the class name if True
snakefy :
bool
- False
True to snakefy the class name if True
replace_uppercase :
bool
- False
Replace upper cases by "-" if True
Return type :
str
FULL_CLASSNAME - @classmethod
Returns the full name of the class
slugify :
bool
- False
Slugify the returned class name if True
snakefy :
bool
- False
Snakefy the returned class name if True
Return type :
str
INHERITORS - @classmethod
Get all the classes that inherit this class
Return type :
List