Example #1
0
def get_dictionary_source():
    _FUNC_NAME_ = "get_dictionary_source"

    initialize_source()
    DEBUG_VAR="cdict.DICT_SOURCE_NAME"
    coutput.print_debug(ERR_DEBUG, _FUNC_NAME_, "{0} :: {1}".format(DEBUG_VAR, type(cdict.DICT_SOURCE_NAME)))
    coutput.print_debug(ERR_DEBUG, _FUNC_NAME_, eval(DEBUG_VAR))

    return cdict.get_dictionary_source()
Example #2
0
def get_dictionary_source():
    _FUNC_NAME_ = "get_dictionary_source"

    initialize_source()
    DEBUG_VAR = "cdict.DICT_SOURCE_NAME"
    coutput.print_debug(
        ERR_DEBUG, _FUNC_NAME_,
        "{0} :: {1}".format(DEBUG_VAR, type(cdict.DICT_SOURCE_NAME)))
    coutput.print_debug(ERR_DEBUG, _FUNC_NAME_, eval(DEBUG_VAR))

    return cdict.get_dictionary_source()
Example #3
0
def get_dictionary_source():
    _FUNC_NAME_ = "get_dictionary_source"
    initialize_source()
    return cdict.get_dictionary_source()