Skip to content
tsherwen edited this page Sep 23, 2016 · 1 revision

Debugging and logging

The logging statements ("logging()")give a traceability of use. The debug option ("logging.debug()") is used for more detailed tracing of a call.

Descriptions

The triple speech mark (""") on a new line is used at the beginning of functions to describe their operations. The input and output options and their defaults should be described in this. A triple speech mark on a new line is put at the end of this content. This allows for the use of the "help()" function.

Clone this wiki locally