MythTV  master
Classes | Variables
nv_python_libs.common.common_api Namespace Reference

Classes

class  Common
 Start - Utility functions. More...
 
class  getURL
 
class  OutStreamEncoder
 

Variables

string __title__ = "common_api - Common class libraries for all MythNetvision Mashup processing"
 
string __author__ = "R.D. Vaughan"
 
string __purpose__
 
string __version__ = "v0.2.3"
 
 stdout
 
 stderr
 
string version = ''
 

Variable Documentation

◆ __title__

string nv_python_libs.common.common_api.__title__ = "common_api - Common class libraries for all MythNetvision Mashup processing"
private

Definition at line 13 of file common_api.py.

◆ __author__

string nv_python_libs.common.common_api.__author__ = "R.D. Vaughan"
private

Definition at line 14 of file common_api.py.

◆ __purpose__

string nv_python_libs.common.common_api.__purpose__
private
Initial value:
1 = '''
2 This python script is intended to perform a variety of utility functions for the processing of
3 MythNetvision Grabber scripts that run as a Web application and global functions used by many
4 MNV grabbers.
5 '''

Definition at line 15 of file common_api.py.

◆ __version__

string nv_python_libs.common.common_api.__version__ = "v0.2.3"
private

Definition at line 21 of file common_api.py.

◆ stdout

nv_python_libs.common.common_api.stdout

Definition at line 84 of file common_api.py.

◆ stderr

nv_python_libs.common.common_api.stderr

Definition at line 85 of file common_api.py.

◆ version

string nv_python_libs.common.common_api.version = ''

Definition at line 111 of file common_api.py.