class documentation
class BabelNetConfig(Config):
The BabelNet config manager
| Method | log |
Log current settings. |
| Method | set |
Set the version of the api |
| Constant | BASE |
Undocumented |
| Constant | BASE |
Undocumented |
| Constant | CATEGORY |
Undocumented |
| Constant | DICT |
Undocumented |
| Constant | DOC |
Undocumented |
| Constant | GLOSS |
Undocumented |
| Constant | GRAPH |
Undocumented |
| Constant | IMAGE |
Undocumented |
| Constant | IMAGE |
Undocumented |
| Constant | INFO |
Undocumented |
| Constant | IS |
Undocumented |
| Constant | IS |
Undocumented |
| Constant | LANGUAGES |
Undocumented |
| Constant | LEXICON |
Undocumented |
| Constant | LOG |
Undocumented |
| Constant | MAPPING |
Undocumented |
| Constant | POINTER |
Undocumented |
| Constant | RESTFUL |
Undocumented |
| Constant | RESTFUL |
Undocumented |
| Constant | RPC |
Undocumented |
| Constant | USE |
Undocumented |
| Constant | VERSION |
Undocumented |
| Constant | WN |
Undocumented |
Inherited from Config:
| Class Method | options |
Return a dictionary with the Option objects for this config |
| Method | __init__ |
init method |
| Method | defaults |
Return the default values of this configuration. |
| Method | load |
Load a dictionary of configuration values. |
| Method | load |
Load config from a YAML file. |
| Method | snapshot |
Return a snapshot of the current values of this configuration. |
| Method | __setattr__ |
Undocumented |
| Method | __str__ |
Undocumented |
| Instance Variable | _loaded |
files loaded for the config |
| Instance Variable | _values |
Values of the configuration |
def set_actual_version(self, version):
Set the version of the api
| Parameters | |
version:BabelVersion | the version to set |
BASE_VERSION =
Undocumented
| Value |
|
CATEGORY_PREFIXES =
Undocumented
| Value |
|
IMAGE_RESTFUL_URL =
Undocumented
| Value |
|
LANGUAGES =
Undocumented
| Value |
|
LOG_STDOUT_LEVEL =
Undocumented
| Value |
|
RESTFUL_URL =
Undocumented
| Value |
|