snakia.core.except_manager

Functions

final(f)

A decorator to indicate final methods and final classes.

Classes

ExceptionHook(*args, **kwargs)

Generic()

Abstract base class for generic types.

Protocol()

Base class for protocol classes.

TracebackType

alias of TracebackType

TypeVar(name, *constraints[, bound, ...])

Type variable.

class snakia.core.except_manager.ExceptionHook(*args, **kwargs)[source]

Bases: Protocol, Generic[T_contra]

__init__(*args, **kwargs)