get_description

get_description(prefix, *, use_markdown=False)[source]

Get the description for the given prefix, if available.

Parameters
  • prefix (str) – The prefix to lookup.

  • use_markdown (bool) – Should markupsafe and markdown wrap the description string

Return type

Optional[str]

Returns

The description, if available.