Functions | |
| def | adds_context (context, words='') |
| def | removes_context (context) |
| def mycroft.skills.context.adds_context | ( | context, | |
words = '' |
|||
| ) |
Adds context to context manager.
Definition at line 22 of file context.py.
| def mycroft.skills.context.removes_context | ( | context | ) |
Removes context from the context manager.
Definition at line 36 of file context.py.