binary-newsreaderusenetqnaptautullifanartsickbeardtvseriesplexswizzinembyseedboxtvdbnzbgetsubtitlewebuiquickboxtraktkodistabletvshows
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
596 B
23 lines
596 B
# Stubs for soupsieve_py3.__meta__ (Python 3)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
from typing import Any
|
|
|
|
RE_VER: Any
|
|
REL_MAP: Any
|
|
DEV_STATUS: Any
|
|
PRE_REL_MAP: Any
|
|
|
|
class Version:
|
|
def __new__(cls, major: Any, minor: Any, micro: Any, release: str = ..., pre: int = ..., post: int = ..., dev: int = ...): ...
|
|
def _is_pre(self): ...
|
|
def _is_dev(self): ...
|
|
def _is_post(self): ...
|
|
def _get_dev_status(self): ...
|
|
def _get_canonical(self): ...
|
|
|
|
def parse_version(ver: Any, pre: bool = ...): ...
|
|
|
|
__version_info__: Any
|
|
__version__: Any
|
|
|