Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
__str__
1 parent 65dadac commit 38c4a1eCopy full SHA for 38c4a1e
1 file changed
stubs/setuptools/setuptools/_distutils/version.pyi
@@ -15,7 +15,6 @@ class StrictVersion(Version):
15
prerelease: tuple[str, int] | None
16
def __init__(self, vstring: str | None = ...) -> None: ...
17
def parse(self: Self, vstring: str) -> Self: ...
18
- def __str__(self) -> str: ... # noqa: Y029
19
def _cmp(self: Self, other: Self | str) -> bool: ...
20
21
class LooseVersion(Version):
@@ -24,5 +23,4 @@ class LooseVersion(Version):
24
23
version: tuple[str | int, ...]
25
26
27
28
0 commit comments