| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/setuptools-stubs/ |
Upload File : |
from _typeshed import Incomplete
from typing import IO, Any
from typing_extensions import Literal
__all__ = ["Require", "find_module", "get_module_constant", "extract_constant"]
def find_module(
module, paths=None
) -> tuple[IO[Any], str | None, tuple[str, Literal["", "r", "rb"], Literal[7, 6, 1, 2, 3, -1]]]: ...
class Require:
def __init__(
self,
name,
requested_version,
module,
homepage: str = "",
attribute: Incomplete | None = None,
format: Incomplete | None = None,
) -> None: ...
def full_name(self): ...
def version_ok(self, version): ...
def get_version(self, paths: Incomplete | None = None, default: str = "unknown"): ...
def is_present(self, paths: Incomplete | None = None): ...
def is_current(self, paths: Incomplete | None = None): ...
def get_module_constant(module, symbol, default: int = -1, paths: Incomplete | None = None): ...
def extract_constant(code, symbol, default: int = -1): ...