src package

Submodules

src.try_logging module

This is the first module that illustrates logging by setting all configurations programatically

class src.try_logging.c1

Bases: object

This class contains two methods

dummy_method(param1, *args)

This is a dummy method placed here for illustrating the api documentation using sphinx-apidoc.

Parameters:
  • param1 – a paramter to the method
  • args – some argument list.
Returns:

returns nothing really.

Module contents