MythTV  master
xbmc.py
Go to the documentation of this file.
1 # Tiny portion of Kodistubs to translate CU LRC to MythTV. If CU LRC
2 # ever refers to other functions, simply copy them in here from
3 # original Kodistubs and update where needed like below.
4 
5 import sys
6 
7 LOGDEBUG = 0
8 
9 def log(msg: str, level: int = LOGDEBUG) -> None:
10  print(msg, file=sys.stderr)
print
static void print(const QList< uint > &raw_minimas, const QList< uint > &raw_maximas, const QList< float > &minimas, const QList< float > &maximas)
Definition: vbi608extractor.cpp:29
xbmc.log
None log(str msg, int level=LOGDEBUG)
Definition: xbmc.py:9