API
 
Loading...
Searching...
No Matches
audibleAlerts.core Namespace Reference

Classes

class  AudibleAlerts
 
class  AudibleAlertsConfig
 

Functions

 drop_xml_tags (raw_xml)
 
 contains_substitutions (text)
 

Variables

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

Function Documentation

◆ contains_substitutions()

audibleAlerts.core.contains_substitutions (   text)

Definition at line 32 of file core.py.

◆ drop_xml_tags()

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.