llama.files.lvalert_advok module

A FileHandler that indicates whether an event was tagged ADVOK via LVAlert.

class llama.files.lvalert_advok.LVAlertAdvok

Bases: llama.filehandler.EventTriggeredFileHandler, llama.filehandler.JSONFile

digraph "llama.files.lvalert_advok.LVAlertAdvok" { charset="utf-8" splines=ortho bgcolor=none margin=0 rankdir=LR "llama.files.lvalert_advok.LVAlertAdvok" [label=<{{<B>LVAlertAdvok</B>|<I>lvalert_advok.json</I>|EventTriggeredFileHandler<BR/>JSONFile}}>, shape="record", style=filled, target=_top, URL="/llama.files.lvalert_advok.html#llama.files.lvalert_advok.LVAlertAdvok", fillcolor="#cccccc"]; }

llama.files.lvalert_advok.LVAlertAdvok is created from external triggers. It therefore has no LLAMA-representable input dependencies, but instead acts as initial input for other FileHandler classes.

If the event was tagged ADVOK via an LVAlert, this file will contain the LVAlert JSON data.

FILENAME = 'lvalert_advok.json'
MANIFEST_TYPES = (<class 'llama.files.lvalert_advok.LVAlertAdvok'>,)
UR_DEPENDENCIES = ()
UR_DEPENDENCY_TREE = frozenset({})