Baby Language Lab Scripts
A collection of data processing tools.
 All Classes Namespaces Files Functions Variables Pages
utils.ui_utils Namespace Reference

Classes

class  UIUtils
 A collection of static methods and constants for common UI-related tasks. More...
 

Functions

def _get_constants
 This function is executed (by the call directly below it in the code) when the Python iterpreter reads this file for the first time. More...
 

Function Documentation

def utils.ui_utils._get_constants ( )
private

This function is executed (by the call directly below it in the code) when the Python iterpreter reads this file for the first time.

It populates all of the static constants in the UIUtils class. We cannot do this at class creation time (or in the class constructor) because it involves calling static UIUtils methods, and UIUtils has not yet been defined in either of those cases.

Definition at line 651 of file ui_utils.py.