JqPyCharts.utils

Overview

This module defines a couple of helpers.

Classes

class JqPyCharts.utils.Err(error_type, info)

Prints an own raised Project Error

Parameters:
  • error_type – (str) to specify mostly from which part the error comes: e.g. CONFIG
  • info – (list) list of strings (text info) to print as message: each list item starts at a new line

This Page