Source code for policyengine_core.warnings.tempfile_warning

[docs]class TempfileWarning(UserWarning): """ Custom warning when using a tempfile on disk. """ pass