# Generated by `stubgen -p pep440_rs` from typing import Any, ClassVar class Version: dev: Any epoch: Any post: Any pre: Any release: Any major: Any minor: Any micro: Any @classmethod def __init__(cls, *args, **kwargs) -> None: ... def any_prerelease(self, *args, **kwargs) -> Any: ... def parse_star(self, *args, **kwargs) -> Any: ... def __eq__(self, other) -> Any: ... def __ge__(self, other) -> Any: ... def __gt__(self, other) -> Any: ... def __hash__(self) -> Any: ... def __le__(self, other) -> Any: ... def __lt__(self, other) -> Any: ... def __ne__(self, other) -> Any: ... class VersionSpecifier: __hash__: ClassVar[None] = ... @classmethod def __init__(cls, *args, **kwargs) -> None: ... def contains(self, *args, **kwargs) -> Any: ... def __contains__(self, other) -> Any: ... def __eq__(self, other) -> Any: ... def __ge__(self, other) -> Any: ... def __gt__(self, other) -> Any: ... def __le__(self, other) -> Any: ... def __lt__(self, other) -> Any: ... def __ne__(self, other) -> Any: ...