MythTV 0.25-pre
Public Member Functions | Static Private Attributes
jamu::VideoTypes Class Reference

Inherits DBData.

List of all members.

Public Member Functions

def __str__
def __repr__
def __init__

Static Private Attributes

string _table = 'videotypes'
string _where = 'intid=%s'
string _setwheredat = 'self.intid,'
string _logmodule = 'Python VideoType'

Detailed Description

Definition at line 586 of file jamu.py.


Constructor & Destructor Documentation

def jamu::VideoTypes::__init__ (   self,
  id = None,
  ext = None,
  db = None 
)

Definition at line 595 of file jamu.py.


Member Function Documentation

def jamu::VideoTypes::__str__ (   self)

Definition at line 591 of file jamu.py.

def jamu::VideoTypes::__repr__ (   self)

Definition at line 593 of file jamu.py.


Member Data Documentation

string jamu::VideoTypes::_table = 'videotypes' [static, private]

Definition at line 587 of file jamu.py.

string jamu::VideoTypes::_where = 'intid=%s' [static, private]

Definition at line 588 of file jamu.py.

string jamu::VideoTypes::_setwheredat = 'self.intid,' [static, private]

Definition at line 589 of file jamu.py.

string jamu::VideoTypes::_logmodule = 'Python VideoType' [static, private]

Definition at line 590 of file jamu.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends