Update test form stub

This commit is contained in:
Trinh Anh Ngoc
2021-11-02 09:28:35 +07:00
parent 2760a8a862
commit d4f5ad1eba

View File

@@ -140,7 +140,7 @@ class Form:
_OPS: Any = ...
def _get_context(self, field: Any): ...
def __setattr__(self, field: Any, value: Any) -> None: ...
def __enter__(self): ...
def __enter__(self) -> Form: ...
def __exit__(self, etype: Any, _evalue: Any, _etb: Any) -> None: ...
def save(self): ...
def _values_to_save(self, all_fields: bool = ...): ...