MythTV
master
|
Classes | |
class | OutStreamEncoder |
class | Videos |
Functions | |
def | can_int (x) |
Variables | |
string | __title__ = "thewb_api - Simple-to-use Python interface to the The WB RSS feeds (http://www.thewb.com/)" |
string | __author__ = "R.D. Vaughan" |
string | __purpose__ |
string | __version__ = "v0.1.3" |
string | version = '' |
def nv_python_libs.thewb.thewb_api.can_int | ( | x | ) |
Takes a string, checks if it is numeric. >>> _can_int("2") True >>> _can_int("A test") False
Definition at line 83 of file thewb_api.py.
Referenced by nv_python_libs.thewb.thewb_api.Videos.createItems().
|
private |
Definition at line 13 of file thewb_api.py.
|
private |
Definition at line 14 of file thewb_api.py.
|
private |
Definition at line 15 of file thewb_api.py.
|
private |
Definition at line 22 of file thewb_api.py.
string nv_python_libs.thewb.thewb_api.version = '' |
Definition at line 71 of file thewb_api.py.