MythTV  master
Public Member Functions | Private Member Functions | Private Attributes | List of all members
hardwareprofile.uuiddb._UuidDb Class Reference
Inheritance diagram for hardwareprofile.uuiddb._UuidDb:
Inheritance graph
[legend]
Collaboration diagram for hardwareprofile.uuiddb._UuidDb:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, database_filename)
 
def get_pub_uuid (self, hw_uuid, host)
 
def set_pub_uuid (self, hw_uuid, host, pub_uuid)
 

Private Member Functions

def _flush (self)
 

Private Attributes

 _database_filename
 
 _config
 

Detailed Description

Definition at line 31 of file uuiddb.py.

Constructor & Destructor Documentation

◆ __init__()

def hardwareprofile.uuiddb._UuidDb.__init__ (   self,
  database_filename 
)

Definition at line 32 of file uuiddb.py.

Member Function Documentation

◆ _flush()

def hardwareprofile.uuiddb._UuidDb._flush (   self)
private

Definition at line 39 of file uuiddb.py.

Referenced by hardwareprofile.uuiddb._UuidDb.set_pub_uuid().

◆ get_pub_uuid()

def hardwareprofile.uuiddb._UuidDb.get_pub_uuid (   self,
  hw_uuid,
  host 
)

Definition at line 50 of file uuiddb.py.

◆ set_pub_uuid()

def hardwareprofile.uuiddb._UuidDb.set_pub_uuid (   self,
  hw_uuid,
  host,
  pub_uuid 
)

Definition at line 58 of file uuiddb.py.

Member Data Documentation

◆ _database_filename

hardwareprofile.uuiddb._UuidDb._database_filename
private

Definition at line 33 of file uuiddb.py.

Referenced by hardwareprofile.uuiddb._UuidDb._flush().

◆ _config

hardwareprofile.uuiddb._UuidDb._config
private

The documentation for this class was generated from the following file: