solorice/vscodium/extensions/ms-python.vscode-pylance-2022.4.3/dist/bundled/stubs/win32-stubs/win32inet.pyi
2022-04-28 21:17:01 +03:00

131 lines
2.3 KiB
Python

# Python: 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)]
# Library: win32inet, version: unspecified
# Module: win32inet, version: unspecified
''
import typing
import builtins as _mod_builtins
from .lib import pywintypes as _mod_pywintypes
def CommitUrlCacheEntry() -> typing.Any:
...
def CreateUrlCacheEntry() -> typing.Any:
...
def CreateUrlCacheGroup() -> typing.Any:
...
def DeleteUrlCacheEntry() -> typing.Any:
...
def DeleteUrlCacheGroup() -> typing.Any:
...
def FindCloseUrlCache() -> typing.Any:
...
def FindFirstUrlCacheEntry() -> typing.Any:
...
def FindFirstUrlCacheEntryEx() -> typing.Any:
...
def FindFirstUrlCacheGroup() -> typing.Any:
...
def FindNextUrlCacheEntry() -> typing.Any:
...
def FindNextUrlCacheEntryEx() -> typing.Any:
...
def FindNextUrlCacheGroup() -> typing.Any:
...
def FtpCommand() -> typing.Any:
...
def FtpOpenFile() -> typing.Any:
...
def GetUrlCacheEntryInfo() -> typing.Any:
...
def GetUrlCacheGroupAttribute() -> typing.Any:
...
def InternetAttemptConnect() -> typing.Any:
...
def InternetCanonicalizeUrl() -> typing.Any:
...
def InternetCheckConnection() -> typing.Any:
...
def InternetCloseHandle() -> typing.Any:
...
def InternetConnect() -> typing.Any:
...
def InternetGetCookie() -> typing.Any:
...
def InternetGetLastResponseInfo() -> typing.Any:
...
def InternetGoOnline() -> typing.Any:
...
def InternetOpen() -> typing.Any:
...
def InternetOpenUrl() -> typing.Any:
...
def InternetQueryOption() -> typing.Any:
...
def InternetReadFile() -> typing.Any:
...
def InternetSetCookie() -> typing.Any:
...
def InternetSetOption() -> typing.Any:
...
def InternetWriteFile() -> typing.Any:
...
def SetUrlCacheEntryGroup() -> typing.Any:
...
def SetUrlCacheGroupAttribute() -> typing.Any:
...
UNICODE: int
def WinHttpGetDefaultProxyConfiguration() -> typing.Any:
...
def WinHttpGetIEProxyConfigForCurrentUser() -> typing.Any:
...
def WinHttpGetProxyForUrl() -> typing.Any:
...
def WinHttpOpen() -> typing.Any:
...
__doc__: str
__file__: str
__name__: str
__package__: str
error = _mod_pywintypes.error
def __getattr__(name) -> typing.Any:
...