settings module¶
-
settings.
db_initialize
(dbname)[source]¶ Return of single db from cauchDB server if present or creates if not present
Parameters: dbname (str) – The designated database name Returns: the created or retrieved database Return type: db (Database object)
-
settings.
init
(username=None, password=None)[source]¶ Global Initialization of settings
Return the list of words closer to word1 in comparison with word2 :param word1: first word :type word1: str :param word2: second word :type word2: str
Returns: As it is global settings init nothing is returned Return type: void