Classes | Functions | Variables
mycroft.skills.skill_manager Namespace Reference

Classes

class  SkillManager
 

Functions

def _get_last_modified_date (path)
 
def ignored_file (f)
 

Variables

 BLACKLISTED_SKILLS = skills_config.get("blacklisted_skills", [])
 
 DEBUG = Configuration.get().get("debug", False)
 
 installer_config = Configuration.get().get("SkillInstallerSkill")
 
int MINUTES = 60
 
 MSM_LOCK = None
 
 PRIORITY_SKILLS = skills_config.get("priority_skills", [])
 
 skills_config = Configuration.get().get("skills")
 

Function Documentation

def mycroft.skills.skill_manager._get_last_modified_date (   path)
private
    Get last modified date excluding compiled python files, hidden
    directories and the settings.json file.

    Args:
        path:   skill directory to check

    Returns:
        int: time of last change

Definition at line 56 of file skill_manager.py.

def mycroft.skills.skill_manager.ignored_file (   f)
Checks if the file is valid file to require a reload. 

Definition at line 48 of file skill_manager.py.

Variable Documentation

mycroft.skills.skill_manager.BLACKLISTED_SKILLS = skills_config.get("blacklisted_skills", [])

Definition at line 40 of file skill_manager.py.

mycroft.skills.skill_manager.DEBUG = Configuration.get().get("debug", False)

Definition at line 38 of file skill_manager.py.

mycroft.skills.skill_manager.installer_config = Configuration.get().get("SkillInstallerSkill")

Definition at line 43 of file skill_manager.py.

int mycroft.skills.skill_manager.MINUTES = 60

Definition at line 45 of file skill_manager.py.

mycroft.skills.skill_manager.MSM_LOCK = None

Definition at line 77 of file skill_manager.py.

mycroft.skills.skill_manager.PRIORITY_SKILLS = skills_config.get("priority_skills", [])

Definition at line 41 of file skill_manager.py.

mycroft.skills.skill_manager.skills_config = Configuration.get().get("skills")

Definition at line 39 of file skill_manager.py.



mycroft_ros
Author(s):
autogenerated on Mon Apr 26 2021 02:35:41