mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 19:12:31 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -124,8 +124,8 @@ class StructOrUnion(StructOrUnionOrEnum):
|
||||
fldbitsize: Incomplete
|
||||
fldquals: Incomplete
|
||||
def __init__(self, name, fldnames, fldtypes, fldbitsize, fldquals=None) -> None: ...
|
||||
def anonymous_struct_fields(self) -> Generator[StructOrUnion, None, None]: ...
|
||||
def enumfields(self, expand_anonymous_struct_union: bool = True) -> Generator[Incomplete, None, None]: ...
|
||||
def anonymous_struct_fields(self) -> Generator[StructOrUnion]: ...
|
||||
def enumfields(self, expand_anonymous_struct_union: bool = True) -> Generator[Incomplete]: ...
|
||||
def force_flatten(self) -> None: ...
|
||||
def get_cached_btype(self, ffi, finishlist, can_delay: bool = False): ...
|
||||
def finish_backend_type(self, ffi, finishlist) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user