aspis.internal
Internal utilities for the Aspis library.
This module contains internal implementation details that support the public API. The contents of this module are not intended for direct use and may change without notice.
- Modules:
eager_partial: Eager partial application implementation for currying utils: Error context management and utility decorators errors: Custom error types used internally
Modules
|
Partially applies arguments to a function and returns the result immediately if all arguments are provided. |
Custom error types for the Aspis library. |
|