MythTV  master
Namespaces | Classes | Functions | Variables
giantbomb Namespace Reference

Namespaces

 giantbomb_api
 
 giantbomb_exceptions
 

Classes

class  OutStreamEncoder
 

Functions

def main ()
 

Variables

string __title__ = "GiantBomb Query";
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "0.20"
 
string __usage_examples__
 
int IS_PY2 = 2
 
 stdio_type = file
 
 unicode = str
 
 unichr = chr
 
 stdout
 
 stderr
 
string version = ''
 

Function Documentation

◆ main()

def giantbomb.main ( )
Gets game details using a GiantBomb# OR using a game name

Definition at line 215 of file giantbomb.py.

Variable Documentation

◆ __title__

string giantbomb.__title__ = "GiantBomb Query";
private

Definition at line 31 of file giantbomb.py.

◆ __author__

string giantbomb.__author__ = "R.D. Vaughan"
private

Definition at line 32 of file giantbomb.py.

◆ __version__

string giantbomb.__version__ = "0.20"
private

Definition at line 33 of file giantbomb.py.

◆ __usage_examples__

string giantbomb.__usage_examples__
private

Definition at line 39 of file giantbomb.py.

◆ IS_PY2

int giantbomb.IS_PY2 = 2

Definition at line 132 of file giantbomb.py.

◆ stdio_type

giantbomb.stdio_type = file

Definition at line 146 of file giantbomb.py.

◆ unicode

giantbomb.unicode = str

Definition at line 150 of file giantbomb.py.

Referenced by main().

◆ unichr

giantbomb.unichr = chr

Definition at line 151 of file giantbomb.py.

◆ stdout

giantbomb.stdout

Definition at line 177 of file giantbomb.py.

◆ stderr

giantbomb.stderr

Definition at line 178 of file giantbomb.py.

◆ version

string giantbomb.version = ''

Definition at line 185 of file giantbomb.py.