Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 16:40:34 +07:00
parent 18f59325f8
commit 518e32f2b8

View File

@@ -62,7 +62,7 @@ class Registry(Mapping[str, type[BaseModel]]):
@property
def field_computed(self) -> dict[Field, list[Field]]: ...
@property
def field_triggers(self) -> dict: ...
def field_triggers(self) -> dict[Field, Any]: ...
def post_init(self, func: Callable, *args, **kwargs) -> None: ...
def post_constraint(self, func: Callable, *args, **kwargs) -> None: ...
def finalize_constraints(self) -> None: ...