Update stubs

This commit is contained in:
Trinh Anh Ngoc
2020-06-16 08:00:42 +07:00
parent cb31c4f580
commit f618b52ab8

View File

@@ -35,7 +35,9 @@ class Field(MetaField('DummyField', (object,), {})):
_sequence: Any = ...
args: Any = ...
_setup_done: Any = ...
def __init__(self, string: Any = ..., **kwargs: Any) -> None: ...
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 new(self, **kwargs: Any): ...
def __getattr__(self, name: Any): ...
_attrs: Any = ...