MythTV
master
|
Classes | |
class | gamedbQueries |
class | OutStreamEncoder |
Functions | |
def | main () |
Variables | |
string | __title__ = "giantbomb_api - Simple-to-use Python interface to The GiantBomb's API (www.giantbomb.com/api)"; |
string | __author__ = "R.D. Vaughan" |
string | __purpose__ |
string | __version__ = "v0.2.0" |
int | IS_PY2 = 2 |
unicode = str | |
unichr = chr | |
string | version = '' |
def giantbomb.giantbomb_api.main | ( | ) |
Simple example of using giantbomb_api - it just searches for any Game with the word "Grand" in its title and returns a list of matches in Universal XML format. Also gets game details using a GameBomb#.
Definition at line 487 of file giantbomb_api.py.
|
private |
Definition at line 15 of file giantbomb_api.py.
|
private |
Definition at line 16 of file giantbomb_api.py.
|
private |
Definition at line 17 of file giantbomb_api.py.
|
private |
Definition at line 23 of file giantbomb_api.py.
int giantbomb.giantbomb_api.IS_PY2 = 2 |
Definition at line 31 of file giantbomb_api.py.
giantbomb.giantbomb_api.unicode = str |
Definition at line 33 of file giantbomb_api.py.
Referenced by giantbomb.giantbomb_api.gamedbQueries.massageText(), and giantbomb.giantbomb_api.gamedbQueries.textUtf8().
giantbomb.giantbomb_api.unichr = chr |
Definition at line 34 of file giantbomb_api.py.
Referenced by lyricsmode.LyricsFetcher.get_lyrics(), and giantbomb.giantbomb_api.gamedbQueries.massageText().
string giantbomb.giantbomb_api.version = '' |
Definition at line 78 of file giantbomb_api.py.