|
MythTV
0.26-pre
|
Classes | |
| class | BBCBaseError |
| class | BBCUrlError |
| class | BBCHttpError |
| class | BBCRssError |
| class | BBCVideoNotFound |
| class | BBCConfigFileError |
| class | BBCUrlDownloadError |
Variables | |
| string | __title__ = "bbciplayer_exceptions - Custom exceptions used or raised by bbciplayer_api" |
| string | __author__ = "R.D. Vaughan" |
| string | __version__ = "v0.1.0" |
| list | __all__ = ["BBCUrlError", "BBCHttpError", "BBCRssError", "BBCVideoNotFound", "BBCConfigFileError", "BBCUrlDownloadError"] |
| string nv_python_libs::bbciplayer::bbciplayer_exceptions::__title__ = "bbciplayer_exceptions - Custom exceptions used or raised by bbciplayer_api" |
Definition at line 12 of file bbciplayer_exceptions.py.
| string nv_python_libs::bbciplayer::bbciplayer_exceptions::__author__ = "R.D. Vaughan" |
Definition at line 13 of file bbciplayer_exceptions.py.
Definition at line 14 of file bbciplayer_exceptions.py.
| list nv_python_libs::bbciplayer::bbciplayer_exceptions::__all__ = ["BBCUrlError", "BBCHttpError", "BBCRssError", "BBCVideoNotFound", "BBCConfigFileError", "BBCUrlDownloadError"] |
Definition at line 17 of file bbciplayer_exceptions.py.
1.7.6.1