4.3. foundations.core

core.py

Platform:
Windows, Linux, Mac Os X.
Description:
Defines Foundations package core objects.

Others:

4.3.1. Module Attributes

foundations.core.LOGGER

4.3.2. Functions

foundations.core.exit(exitCode=0)[source]

Shuts down current process logging, associated handlers and then exits to system.

Parameters:exitCode (Integer or String or Object) – System exit code.
Note:exitCode argument is passed to Python sys.exit() definition.
foundations.core.wait(waitTime)[source]

Halts current process exection for an user defined time.

Parameters:waitTime (float) – Current sleep time in seconds.
Returns:Definition success.
Return type:bool