##// END OF EJS Templates
manifest: use explicit None checking in `_loaddifflazy`...
manifest: use explicit None checking in `_loaddifflazy` This helps pytype to understand what is going here with `v2` type.

File last commit:

r50538:e1c586b9 default
r52665:8e1b2868 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: ...