describe_context

describe_context(context_id)[source]

Describe specified context.

Parameters:

context_id (str) – Identifier of the context.

Return type:

Optional[str]

Returns:

The description of the context given as a string.

Raises:

ValueError – If given context is not registered.