cloudmesh-common.cloudmesh.common.todo
¶
A class to call a TODO message. Typically it will just raise na exception. However when using the TODO it allows to list the TODO in editors such as pycharm to easier find them.
Module Contents¶
Classes¶
class to raise an exception for code that has not yet been implemented. |
-
class
cloudmesh-common.cloudmesh.common.todo.
TODO
¶ Bases:
object
class to raise an exception for code that has not yet been implemented.
import cloudmesh.common.todo TODO.implement()
-
classmethod
implement
(cls, msg='Please implement')¶ Raises an exception as not implemented :param msg: the message to print :return:
-
classmethod