mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 16:14:24 +08:00
Mark many attributes as read-only properties (#7591)
This commit is contained in:
@@ -13,7 +13,8 @@ class InfoCommon:
|
||||
def name(self): ...
|
||||
def tagged_version(self): ...
|
||||
def tags(self): ...
|
||||
vtags: Any
|
||||
@property
|
||||
def vtags(self): ...
|
||||
|
||||
class egg_info(InfoCommon, Command):
|
||||
description: str
|
||||
|
||||
Reference in New Issue
Block a user