module __init__

Short summary

module manydataapi

Module manypi. Many pieces of code to access and process various API mostly used for teaching purpose.

source on GitHub

Functions

function

truncated documentation

_setup_hook

if this function is added to the module, the help automation and unit tests call it first before anything goes on …

check

Checks the library is working. It raises an exception.

Documentation

Module manypi. Many pieces of code to access and process various API mostly used for teaching purpose.

source on GitHub

manydataapi._setup_hook(add_print=False, unit_test=False)

if this function is added to the module, the help automation and unit tests call it first before anything goes on as an initialization step. It should be run in a separate process.

Parameters:
  • add_print – print Success: _setup_hook

  • unit_test – used only for unit testing purpose

source on GitHub

manydataapi.check(log=False)

Checks the library is working. It raises an exception.

Parameters:

log – if True, display information, otherwise

Returns:

0 or exception

source on GitHub