massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / platform.pyi
1 # Stubs for platform (Python 2)\r
2 #\r
3 # Based on stub generated by stubgen.\r
4 \r
5 from typing import Any\r
6 \r
7 __copyright__ = ...  # type: Any\r
8 DEV_NULL = ...  # type: Any\r
9 \r
10 def libc_ver(executable=..., lib=..., version=..., chunksize=2048): ...\r
11 def linux_distribution(distname=..., version=..., id=..., supported_dists=..., full_distribution_name=1): ...\r
12 def dist(distname=..., version=..., id=..., supported_dists=...): ...\r
13 \r
14 class _popen:\r
15     tmpfile = ...  # type: Any\r
16     pipe = ...  # type: Any\r
17     bufsize = ...  # type: Any\r
18     mode = ...  # type: Any\r
19     def __init__(self, cmd, mode=..., bufsize=None): ...\r
20     def read(self): ...\r
21     def readlines(self): ...\r
22     def close(self, remove=..., error=...): ...\r
23     __del__ = ...  # type: Any\r
24 \r
25 def popen(cmd, mode=..., bufsize=None): ...\r
26 def win32_ver(release=..., version=..., csd=..., ptype=...): ...\r
27 def mac_ver(release=..., versioninfo=..., machine=...): ...\r
28 def java_ver(release=..., vendor=..., vminfo=..., osinfo=...): ...\r
29 def system_alias(system, release, version): ...\r
30 def architecture(executable=..., bits=..., linkage=...): ...\r
31 def uname(): ...\r
32 def system(): ...\r
33 def node(): ...\r
34 def release(): ...\r
35 def version(): ...\r
36 def machine(): ...\r
37 def processor(): ...\r
38 def python_implementation(): ...\r
39 def python_version(): ...\r
40 def python_version_tuple(): ...\r
41 def python_branch(): ...\r
42 def python_revision(): ...\r
43 def python_build(): ...\r
44 def python_compiler(): ...\r
45 def platform(aliased=0, terse=0): ...\r