navigate.config.preload.PreloadRule
- class navigate.config.preload.PreloadRule(domain: str, name: str, apply: Callable[[PreloadContext], None], stop_on_fatal: bool = False)
Bases:
objectOne named preload rule in a configuration domain.
- __init__(domain: str, name: str, apply: Callable[[PreloadContext], None], stop_on_fatal: bool = False) → None
Methods
__init__(domain, name, apply[, stop_on_fatal])Attributes
Return a stable rule identifier for reports.
stop_on_fataldomainnameapply- property rule_id: str
Return a stable rule identifier for reports.