_version_info.pyi
9 lines
| 209 B
| text/x-python
|
PythonLexer
Matt Harbison
|
r50538 | class VersionInfo: | ||
@property | ||||
def year(self) -> int: ... | ||||
@property | ||||
def minor(self) -> int: ... | ||||
@property | ||||
def micro(self) -> int: ... | ||||
@property | ||||
def releaselevel(self) -> str: ... | ||||