Revert "Update stubs"

This reverts commit f618b52a
This commit is contained in:
Trinh Anh Ngoc
2020-07-08 18:48:36 +07:00
parent f618b52ab8
commit 3def47b137

View File

@@ -35,9 +35,7 @@ class Field(MetaField('DummyField', (object,), {})):
_sequence: Any = ...
args: Any = ...
_setup_done: Any = ...
def __init__(self, string: str, help: str, readonly: bool, required: bool, index: bool, default: Any,
states: dict, groups: str, copy: bool, oldname: bool, group_operator: str,
compute: Any, inverse: Any, search: Any, store: bool, compute_sudo: bool, **kwargs: Any) -> None: ...
def __init__(self, string: Any = ..., **kwargs: Any) -> None: ...
def new(self, **kwargs: Any): ...
def __getattr__(self, name: Any): ...
_attrs: Any = ...