mlpy.tools.configuration.ConfigMgr.has_config

ConfigMgr.has_config(key)[source]

Checks if the given key exists in the configuration.

Parameters:

key : str

The key for the configuration. Concatenate keys by dots (.) to access keys at deeper levels in the configuration.

Returns:

bool :

Whether the key exists or not.