module __init__

Short summary

module tkinterquickhelper

Module tkinterquickhelper. Helpers for tkinter.

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 if it does not.

Documentation

Module tkinterquickhelper. Helpers for tkinter.

source on GitHub

tkinterquickhelper._setup_hook(add_print=False, unit_test=False)[source]

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

tkinterquickhelper.check()[source]

Checks the library is working. It raises an exception if it does not.

Returns:

boolean

source on GitHub