Ask a question to get started
Enter to sendā¢Shift+Enter new line
pre_init( func: Callable[[Any, dict[str, Any]], Any], ) -> Callable
func
Callable[[Any, dict[str, Any]], Any]
Decorator to run a function before model initialization.
The function to run before model initialization.