justbytes_gui._util module

Utilities for module.

justbytes_gui._util.getVar(python_type)

Returns a Tkinter variable for the given python type.

Parameters:python_type (type) – the python type
Returns:appropriate Tkinter Var object
Return type:Tkinter.Variable

Previous topic

justbytes_gui._selectors module

Next topic

justbytes_gui._version module

This Page