Update stubs

This commit is contained in:
Trinh Anh Ngoc
2024-05-01 14:15:09 +07:00
parent 4d491cd11f
commit cd23e1718e

View File

@@ -316,6 +316,7 @@ class Selection(Field[str]):
def __init__(
self, selection: list | Callable | str = ..., string: str = ..., **kwargs
) -> None: ...
def _description_selection(self, env: Environment) -> list[tuple[str, str]]: ...
def get_values(self, env: Environment) -> list[str]: ...
def convert_to_column(
self, value, record: BaseModel, values: Any | None = ..., validate: bool = ...