MythTV  master
Classes | Functions
common.utilities Namespace Reference

Classes

class  Lyrics
 

Functions

def log (debug, txt)
 
def deAccent (str)
 
def convert_etree (etostr)
 
def getCacheDir ()
 

Function Documentation

◆ log()

def common.utilities.log (   debug,
  txt 
)

◆ deAccent()

def common.utilities.deAccent (   str)

Definition at line 20 of file utilities.py.

◆ convert_etree()

def common.utilities.convert_etree (   etostr)
lxml.etree.tostring is a bytes object in python3, and a str in python2.

Definition at line 23 of file utilities.py.

◆ getCacheDir()

def common.utilities.getCacheDir ( )

Definition at line 28 of file utilities.py.