##// END OF EJS Templates
narrow: write the narrow spec in a transaction during share...
narrow: write the narrow spec in a transaction during share It will be simpler if all write happens within transaction.

File last commit:

r50538:e1c586b9 default
r51086:99faa396 default
Show More
_version_info.pyi
9 lines | 209 B | text/x-python | PythonLexer
class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...