sider.warnings — Warning categories

This module defines several custom warning category classes.

exception sider.warnings.PerformanceWarning

The category for warnings about performance worries. Operations that warn this category would work but be inefficient.

exception sider.warnings.SiderWarning

All warning classes used by Sider extend this base class.

Previous topic

sider.datetime — Date and time related utilities

Next topic

sider.lazyimport — Lazily imported modules

This Page