##// END OF EJS Templates
debug: use InputError instead of CommandError for validating arguments
debug: use InputError instead of CommandError for validating arguments

File last commit:

r50538:e1c586b9 default
r51439:2f5270af default
Show More
_version_info.pyi
9 lines | 209 B | text/x-python | PythonLexer
Matt Harbison
attr: vendor 22.1.0...
r50538 class VersionInfo:
@property
def year(self) -> int: ...
@property
def minor(self) -> int: ...
@property
def micro(self) -> int: ...
@property
def releaselevel(self) -> str: ...