mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -7,6 +7,7 @@ if sys.platform != "win32":
|
||||
class struct_group(structseq[Any], tuple[str, str | None, int, list[str]]):
|
||||
if sys.version_info >= (3, 10):
|
||||
__match_args__: Final = ("gr_name", "gr_passwd", "gr_gid", "gr_mem")
|
||||
|
||||
@property
|
||||
def gr_name(self) -> str: ...
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user