Debugging

Type Checking at Runtime

bewegung enforces type hints with typeguard at runtime by default - if typeguard is installed. Any kind of type violation triggers an exception.

Warning

Type checking at runtime is a slow process. Deactivate for better performance!