6.3. foundations.core

core.py

Platform:
Windows, Linux, Mac Os X.
Description:
This module defines Foundations package core objects.

Others:

6.3.1. Module Attributes

foundations.core.LOGGER

6.3.2. Functions

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

This definition shuts down current process logging, associated handlers and then exits to system.

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

This definition halts current process exection for an user defined time.

Parameters:waitTime – Current sleep time in seconds. ( Float )
Returns:Definition success. ( Boolean )

Table Of Contents

Previous topic

6.2. foundations.common

Next topic

6.4. foundations.dataStructures

This Page