Mark many attributes as read-only properties (#7591)

This commit is contained in:
Alex Waygood
2022-04-05 08:37:24 +02:00
committed by GitHub
parent b8f2eb3930
commit 85aec034ae
28 changed files with 189 additions and 93 deletions
@@ -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