frost.ext package¶
Submodules¶
frost.ext.cog module¶
-
class
frost.ext.cog.Cog¶ Bases:
objectChildren of this class and its methods are automatically routed and then handled by
frost.ext.handler.Handler. Private methods of the children are ignored and not routed. All children methods are automatically run as static methods.- Raises
DirectCogInstanceError – If this class is directly instantiated. This class can only be subclassed.
frost.ext.exceptions module¶
-
exception
frost.ext.exceptions.DirectCogInstanceError¶ Bases:
ExceptionRaised if the Cog class is directly instantiated.
frost.ext.handler module¶
Module contents¶
-
class
frost.ext.Cog¶ Bases:
objectChildren of this class and its methods are automatically routed and then handled by
frost.ext.handler.Handler. Private methods of the children are ignored and not routed. All children methods are automatically run as static methods.- Raises
DirectCogInstanceError – If this class is directly instantiated. This class can only be subclassed.