API
audibleAlerts.core Namespace Reference

Classes

class  AudibleAlertsConfig
 
class  AudibleAlerts
 

Functions

def drop_xml_tags (raw_xml)
 
def contains_substitutions (text)
 

Variables

 log = logging.getLogger(__name__)
 
 HERE = os.path.dirname(__file__)
 
 TAGS_RE = re.compile('<.*?>')
 

Function Documentation

◆ contains_substitutions()

def audibleAlerts.core.contains_substitutions (   text)

Definition at line 32 of file core.py.

◆ drop_xml_tags()

def audibleAlerts.core.drop_xml_tags (   raw_xml)

Definition at line 24 of file core.py.

Variable Documentation

◆ HERE

audibleAlerts.core.HERE = os.path.dirname(__file__)

Definition at line 21 of file core.py.

◆ log

◆ TAGS_RE

audibleAlerts.core.TAGS_RE = re.compile('<.*?>')

Definition at line 22 of file core.py.