urclib.fuzzylogic.__main__

Run misc Fuzzy Logic utilities from command line.

Module Contents

Functions

check_mode(mode)

Check for correct mode value. Presently just checks for 'generate'.

get_args()

Process and retrieve command-line arguments.

Attributes

args

buff

urclib.fuzzylogic.__main__.check_mode(mode)

Check for correct mode value. Presently just checks for ‘generate’.

Parameters:

mode (str) – The mode dlg_label to evaluate.

Returns:

True if mode is an acceptable dlg_label; False otherwise.

Return type:

bool

urclib.fuzzylogic.__main__.get_args()

Process and retrieve command-line arguments.

Returns:

found command-line arguments.

Return type:

Namespace

urclib.fuzzylogic.__main__.args
urclib.fuzzylogic.__main__.buff