Browse Source
Update docs to note Enum derivation change
pull/2209/head
Toby Harradine
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
docs/api.rst
|
|
@ -716,7 +716,8 @@ Enumerations |
|
|
|
The API provides some enumerations for certain types of strings to avoid the API |
|
|
|
from being stringly typed in case the strings change in the future. |
|
|
|
|
|
|
|
All enumerations are subclasses of :class:`enum.Enum`. |
|
|
|
All enumerations are subclasses of an internal class which mimics the behaviour |
|
|
|
of :class:`enum.Enum`. |
|
|
|
|
|
|
|
.. class:: ChannelType |
|
|
|
|
|
|
|