Skip to content

Vultron Modules

vultron

The vultron package is a collection of modules that provide the functionality for the Vultron project.

vultron.case_states

The vultron.case_states package implements the CVD Case State Model.

See Case States for more information.

vultron.errors

The vultron.errors module provides exceptions for Vultron

VultronError

Bases: Exception

Base class for all Vultron exceptions

Source code in vultron/errors.py
20
21
class VultronError(Exception):
    """Base class for all Vultron exceptions"""