MythTV  master
Classes | Variables
nv_python_libs.bliptv.bliptv_exceptions Namespace Reference

Classes

class  BliptvBaseError
 
class  BliptvHttpError
 
class  BliptvRssError
 
class  BliptvUrlError
 
class  BliptvVideoNotFound
 
class  BliptvXmlError
 

Variables

string __title__ = "bliptv_exceptions - Custom exceptions used or raised by bliptv_api";
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "v0.2.0"
 
list __all__ = ["BliptvUrlError", "BliptvHttpError", "BliptvRssError", "BliptvVideoNotFound", "BliptvXmlError"]
 

Variable Documentation

◆ __title__

string nv_python_libs.bliptv.bliptv_exceptions.__title__ = "bliptv_exceptions - Custom exceptions used or raised by bliptv_api";
private

Definition at line 12 of file bliptv_exceptions.py.

◆ __author__

string nv_python_libs.bliptv.bliptv_exceptions.__author__ = "R.D. Vaughan"
private

Definition at line 13 of file bliptv_exceptions.py.

◆ __version__

string nv_python_libs.bliptv.bliptv_exceptions.__version__ = "v0.2.0"
private

Definition at line 14 of file bliptv_exceptions.py.

◆ __all__

list nv_python_libs.bliptv.bliptv_exceptions.__all__ = ["BliptvUrlError", "BliptvHttpError", "BliptvRssError", "BliptvVideoNotFound", "BliptvXmlError"]
private

Definition at line 19 of file bliptv_exceptions.py.