np-services 0.1.69__py3-none-any.whl → 0.1.71__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- np_services/__init__.py +8 -8
- np_services/open_ephys.py +377 -378
- np_services/protocols.py +185 -185
- np_services/proxies.py +1489 -1489
- np_services/resources/mvr_connector.py +260 -260
- np_services/resources/zro.py +325 -325
- np_services/scripts/pretest.py +412 -389
- np_services/stim_computer_theme_changer.py +41 -41
- np_services/utils.py +167 -167
- {np_services-0.1.69.dist-info → np_services-0.1.71.dist-info}/METADATA +5 -5
- np_services-0.1.71.dist-info/RECORD +15 -0
- {np_services-0.1.69.dist-info → np_services-0.1.71.dist-info}/WHEEL +2 -1
- {np_services-0.1.69.dist-info → np_services-0.1.71.dist-info}/entry_points.txt +1 -1
- np_services-0.1.71.dist-info/top_level.txt +1 -0
- np_services/.mypy_cache/.gitignore +0 -2
- np_services/.mypy_cache/3.9/@plugins_snapshot.json +0 -1
- np_services/.mypy_cache/3.9/__future__.data.json +0 -1
- np_services/.mypy_cache/3.9/__future__.meta.json +0 -1
- np_services/.mypy_cache/3.9/_ast.data.json +0 -1
- np_services/.mypy_cache/3.9/_ast.meta.json +0 -1
- np_services/.mypy_cache/3.9/_codecs.data.json +0 -1
- np_services/.mypy_cache/3.9/_codecs.meta.json +0 -1
- np_services/.mypy_cache/3.9/_collections_abc.data.json +0 -1
- np_services/.mypy_cache/3.9/_collections_abc.meta.json +0 -1
- np_services/.mypy_cache/3.9/_ctypes.data.json +0 -1
- np_services/.mypy_cache/3.9/_ctypes.meta.json +0 -1
- np_services/.mypy_cache/3.9/_decimal.data.json +0 -1
- np_services/.mypy_cache/3.9/_decimal.meta.json +0 -1
- np_services/.mypy_cache/3.9/_random.data.json +0 -1
- np_services/.mypy_cache/3.9/_random.meta.json +0 -1
- np_services/.mypy_cache/3.9/_socket.data.json +0 -1
- np_services/.mypy_cache/3.9/_socket.meta.json +0 -1
- np_services/.mypy_cache/3.9/_thread.data.json +0 -1
- np_services/.mypy_cache/3.9/_thread.meta.json +0 -1
- np_services/.mypy_cache/3.9/_typeshed/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/_typeshed/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/_warnings.data.json +0 -1
- np_services/.mypy_cache/3.9/_warnings.meta.json +0 -1
- np_services/.mypy_cache/3.9/_weakref.data.json +0 -1
- np_services/.mypy_cache/3.9/_weakref.meta.json +0 -1
- np_services/.mypy_cache/3.9/_weakrefset.data.json +0 -1
- np_services/.mypy_cache/3.9/_weakrefset.meta.json +0 -1
- np_services/.mypy_cache/3.9/_winapi.data.json +0 -1
- np_services/.mypy_cache/3.9/_winapi.meta.json +0 -1
- np_services/.mypy_cache/3.9/abc.data.json +0 -1
- np_services/.mypy_cache/3.9/abc.meta.json +0 -1
- np_services/.mypy_cache/3.9/array.data.json +0 -1
- np_services/.mypy_cache/3.9/array.meta.json +0 -1
- np_services/.mypy_cache/3.9/atexit.data.json +0 -1
- np_services/.mypy_cache/3.9/atexit.meta.json +0 -1
- np_services/.mypy_cache/3.9/builtins.data.json +0 -1
- np_services/.mypy_cache/3.9/builtins.meta.json +0 -1
- np_services/.mypy_cache/3.9/codecs.data.json +0 -1
- np_services/.mypy_cache/3.9/codecs.meta.json +0 -1
- np_services/.mypy_cache/3.9/collections/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/collections/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/collections/abc.data.json +0 -1
- np_services/.mypy_cache/3.9/collections/abc.meta.json +0 -1
- np_services/.mypy_cache/3.9/contextlib.data.json +0 -1
- np_services/.mypy_cache/3.9/contextlib.meta.json +0 -1
- np_services/.mypy_cache/3.9/ctypes/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/ctypes/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/datetime.data.json +0 -1
- np_services/.mypy_cache/3.9/datetime.meta.json +0 -1
- np_services/.mypy_cache/3.9/decimal.data.json +0 -1
- np_services/.mypy_cache/3.9/decimal.meta.json +0 -1
- np_services/.mypy_cache/3.9/email/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/email/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/email/charset.data.json +0 -1
- np_services/.mypy_cache/3.9/email/charset.meta.json +0 -1
- np_services/.mypy_cache/3.9/email/contentmanager.data.json +0 -1
- np_services/.mypy_cache/3.9/email/contentmanager.meta.json +0 -1
- np_services/.mypy_cache/3.9/email/errors.data.json +0 -1
- np_services/.mypy_cache/3.9/email/errors.meta.json +0 -1
- np_services/.mypy_cache/3.9/email/header.data.json +0 -1
- np_services/.mypy_cache/3.9/email/header.meta.json +0 -1
- np_services/.mypy_cache/3.9/email/message.data.json +0 -1
- np_services/.mypy_cache/3.9/email/message.meta.json +0 -1
- np_services/.mypy_cache/3.9/email/policy.data.json +0 -1
- np_services/.mypy_cache/3.9/email/policy.meta.json +0 -1
- np_services/.mypy_cache/3.9/enum.data.json +0 -1
- np_services/.mypy_cache/3.9/enum.meta.json +0 -1
- np_services/.mypy_cache/3.9/errno.data.json +0 -1
- np_services/.mypy_cache/3.9/errno.meta.json +0 -1
- np_services/.mypy_cache/3.9/fractions.data.json +0 -1
- np_services/.mypy_cache/3.9/fractions.meta.json +0 -1
- np_services/.mypy_cache/3.9/genericpath.data.json +0 -1
- np_services/.mypy_cache/3.9/genericpath.meta.json +0 -1
- np_services/.mypy_cache/3.9/importlib/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/importlib/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/importlib/abc.data.json +0 -1
- np_services/.mypy_cache/3.9/importlib/abc.meta.json +0 -1
- np_services/.mypy_cache/3.9/importlib/machinery.data.json +0 -1
- np_services/.mypy_cache/3.9/importlib/machinery.meta.json +0 -1
- np_services/.mypy_cache/3.9/importlib/metadata/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/importlib/metadata/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/io.data.json +0 -1
- np_services/.mypy_cache/3.9/io.meta.json +0 -1
- np_services/.mypy_cache/3.9/json/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/json/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/json/decoder.data.json +0 -1
- np_services/.mypy_cache/3.9/json/decoder.meta.json +0 -1
- np_services/.mypy_cache/3.9/json/encoder.data.json +0 -1
- np_services/.mypy_cache/3.9/json/encoder.meta.json +0 -1
- np_services/.mypy_cache/3.9/logging/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/logging/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/math.data.json +0 -1
- np_services/.mypy_cache/3.9/math.meta.json +0 -1
- np_services/.mypy_cache/3.9/mmap.data.json +0 -1
- np_services/.mypy_cache/3.9/mmap.meta.json +0 -1
- np_services/.mypy_cache/3.9/np_services/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/np_services/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/np_services/config.data.json +0 -1
- np_services/.mypy_cache/3.9/np_services/config.meta.json +0 -1
- np_services/.mypy_cache/3.9/np_services/protocols.data.json +0 -1
- np_services/.mypy_cache/3.9/np_services/protocols.meta.json +0 -1
- np_services/.mypy_cache/3.9/np_services/zro.data.json +0 -1
- np_services/.mypy_cache/3.9/np_services/zro.meta.json +0 -1
- np_services/.mypy_cache/3.9/ntpath.data.json +0 -1
- np_services/.mypy_cache/3.9/ntpath.meta.json +0 -1
- np_services/.mypy_cache/3.9/numbers.data.json +0 -1
- np_services/.mypy_cache/3.9/numbers.meta.json +0 -1
- np_services/.mypy_cache/3.9/os/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/os/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/os/path.data.json +0 -1
- np_services/.mypy_cache/3.9/os/path.meta.json +0 -1
- np_services/.mypy_cache/3.9/pathlib.data.json +0 -1
- np_services/.mypy_cache/3.9/pathlib.meta.json +0 -1
- np_services/.mypy_cache/3.9/pickle.data.json +0 -1
- np_services/.mypy_cache/3.9/pickle.meta.json +0 -1
- np_services/.mypy_cache/3.9/platform.data.json +0 -1
- np_services/.mypy_cache/3.9/platform.meta.json +0 -1
- np_services/.mypy_cache/3.9/posixpath.data.json +0 -1
- np_services/.mypy_cache/3.9/posixpath.meta.json +0 -1
- np_services/.mypy_cache/3.9/random.data.json +0 -1
- np_services/.mypy_cache/3.9/random.meta.json +0 -1
- np_services/.mypy_cache/3.9/re.data.json +0 -1
- np_services/.mypy_cache/3.9/re.meta.json +0 -1
- np_services/.mypy_cache/3.9/shutil.data.json +0 -1
- np_services/.mypy_cache/3.9/shutil.meta.json +0 -1
- np_services/.mypy_cache/3.9/socket.data.json +0 -1
- np_services/.mypy_cache/3.9/socket.meta.json +0 -1
- np_services/.mypy_cache/3.9/sre_compile.data.json +0 -1
- np_services/.mypy_cache/3.9/sre_compile.meta.json +0 -1
- np_services/.mypy_cache/3.9/sre_constants.data.json +0 -1
- np_services/.mypy_cache/3.9/sre_constants.meta.json +0 -1
- np_services/.mypy_cache/3.9/sre_parse.data.json +0 -1
- np_services/.mypy_cache/3.9/sre_parse.meta.json +0 -1
- np_services/.mypy_cache/3.9/string.data.json +0 -1
- np_services/.mypy_cache/3.9/string.meta.json +0 -1
- np_services/.mypy_cache/3.9/subprocess.data.json +0 -1
- np_services/.mypy_cache/3.9/subprocess.meta.json +0 -1
- np_services/.mypy_cache/3.9/sys.data.json +0 -1
- np_services/.mypy_cache/3.9/sys.meta.json +0 -1
- np_services/.mypy_cache/3.9/threading.data.json +0 -1
- np_services/.mypy_cache/3.9/threading.meta.json +0 -1
- np_services/.mypy_cache/3.9/time.data.json +0 -1
- np_services/.mypy_cache/3.9/time.meta.json +0 -1
- np_services/.mypy_cache/3.9/types.data.json +0 -1
- np_services/.mypy_cache/3.9/types.meta.json +0 -1
- np_services/.mypy_cache/3.9/typing.data.json +0 -1
- np_services/.mypy_cache/3.9/typing.meta.json +0 -1
- np_services/.mypy_cache/3.9/typing_extensions.data.json +0 -1
- np_services/.mypy_cache/3.9/typing_extensions.meta.json +0 -1
- np_services/.mypy_cache/3.9/warnings.data.json +0 -1
- np_services/.mypy_cache/3.9/warnings.meta.json +0 -1
- np_services/.mypy_cache/3.9/weakref.data.json +0 -1
- np_services/.mypy_cache/3.9/weakref.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/_typing.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/_typing.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/backend/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/backend/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/backend/select.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/backend/select.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/constants.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/constants.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/error.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/error.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/attrsettr.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/attrsettr.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/context.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/context.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/frame.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/frame.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/poll.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/poll.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/socket.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/socket.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/tracker.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/tracker.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/version.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/sugar/version.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/utils/__init__.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/utils/__init__.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/utils/interop.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/utils/interop.meta.json +0 -1
- np_services/.mypy_cache/3.9/zmq/utils/jsonapi.data.json +0 -1
- np_services/.mypy_cache/3.9/zmq/utils/jsonapi.meta.json +0 -1
- np_services/.mypy_cache/CACHEDIR.TAG +0 -3
- np_services/resources/black_desktop.ps1 +0 -66
- np_services/resources/grey_desktop.ps1 +0 -66
- np_services/resources/reset_desktop.ps1 +0 -66
- np_services-0.1.69.dist-info/RECORD +0 -206
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "socket", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AF_APPLETALK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_APPLETALK", "name": "AF_APPLETALK", "type": "socket.AddressFamily"}}, "AF_BLUETOOTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_BLUETOOTH", "name": "AF_BLUETOOTH", "type": "socket.AddressFamily"}}, "AF_DECnet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_DECnet", "name": "AF_DECnet", "type": "socket.AddressFamily"}}, "AF_INET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_INET", "name": "AF_INET", "type": "socket.AddressFamily"}}, "AF_INET6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_INET6", "name": "AF_INET6", "type": "socket.AddressFamily"}}, "AF_IPX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_IPX", "name": "AF_IPX", "type": "socket.AddressFamily"}}, "AF_IRDA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_IRDA", "name": "AF_IRDA", "type": "socket.AddressFamily"}}, "AF_LINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_LINK", "name": "AF_LINK", "type": "socket.AddressFamily"}}, "AF_SNA": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_SNA", "name": "AF_SNA", "type": "socket.AddressFamily"}}, "AF_UNSPEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AF_UNSPEC", "name": "AF_UNSPEC", "type": "socket.AddressFamily"}}, "AI_ADDRCONFIG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AI_ADDRCONFIG", "name": "AI_ADDRCONFIG", "type": "socket.AddressInfo"}}, "AI_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AI_ALL", "name": "AI_ALL", "type": "socket.AddressInfo"}}, "AI_CANONNAME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AI_CANONNAME", "name": "AI_CANONNAME", "type": "socket.AddressInfo"}}, "AI_NUMERICHOST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AI_NUMERICHOST", "name": "AI_NUMERICHOST", "type": "socket.AddressInfo"}}, "AI_NUMERICSERV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AI_NUMERICSERV", "name": "AI_NUMERICSERV", "type": "socket.AddressInfo"}}, "AI_PASSIVE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AI_PASSIVE", "name": "AI_PASSIVE", "type": "socket.AddressInfo"}}, "AI_V4MAPPED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.AI_V4MAPPED", "name": "AI_V4MAPPED", "type": "socket.AddressInfo"}}, "AddressFamily": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.AddressFamily", "name": "AddressFamily", "type_vars": []}, "deletable_attributes": [], "flags": ["is_enum"], "fullname": "socket.AddressFamily", "has_param_spec_type": false, "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.AddressFamily", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "AF_APPLETALK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_APPLETALK", "name": "AF_APPLETALK", "type": "builtins.int"}}, "AF_BLUETOOTH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_BLUETOOTH", "name": "AF_BLUETOOTH", "type": "builtins.int"}}, "AF_DECnet": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_DECnet", "name": "AF_DECnet", "type": "builtins.int"}}, "AF_INET": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_INET", "name": "AF_INET", "type": "builtins.int"}}, "AF_INET6": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_INET6", "name": "AF_INET6", "type": "builtins.int"}}, "AF_IPX": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_IPX", "name": "AF_IPX", "type": "builtins.int"}}, "AF_IRDA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_IRDA", "name": "AF_IRDA", "type": "builtins.int"}}, "AF_LINK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_LINK", "name": "AF_LINK", "type": "builtins.int"}}, "AF_SNA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_SNA", "name": "AF_SNA", "type": "builtins.int"}}, "AF_UNSPEC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressFamily.AF_UNSPEC", "name": "AF_UNSPEC", "type": "builtins.int"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AddressInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.AddressInfo", "name": "AddressInfo", "type_vars": []}, "deletable_attributes": [], "flags": ["is_enum"], "fullname": "socket.AddressInfo", "has_param_spec_type": false, "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.AddressInfo", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "AI_ADDRCONFIG": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_ADDRCONFIG", "name": "AI_ADDRCONFIG", "type": "builtins.int"}}, "AI_ALL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_ALL", "name": "AI_ALL", "type": "builtins.int"}}, "AI_CANONNAME": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_CANONNAME", "name": "AI_CANONNAME", "type": "builtins.int"}}, "AI_NUMERICHOST": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_NUMERICHOST", "name": "AI_NUMERICHOST", "type": "builtins.int"}}, "AI_NUMERICSERV": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_NUMERICSERV", "name": "AI_NUMERICSERV", "type": "builtins.int"}}, "AI_PASSIVE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_PASSIVE", "name": "AI_PASSIVE", "type": "builtins.int"}}, "AI_V4MAPPED": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.AddressInfo.AI_V4MAPPED", "name": "AI_V4MAPPED", "type": "builtins.int"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BDADDR_ANY": {".class": "SymbolTableNode", "cross_ref": "_socket.BDADDR_ANY", "kind": "Gdef"}, "BDADDR_LOCAL": {".class": "SymbolTableNode", "cross_ref": "_socket.BDADDR_LOCAL", "kind": "Gdef"}, "BTPROTO_RFCOMM": {".class": "SymbolTableNode", "cross_ref": "_socket.BTPROTO_RFCOMM", "kind": "Gdef"}, "BufferedRWPair": {".class": "SymbolTableNode", "cross_ref": "io.BufferedRWPair", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedReader": {".class": "SymbolTableNode", "cross_ref": "io.BufferedReader", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BufferedWriter": {".class": "SymbolTableNode", "cross_ref": "io.BufferedWriter", "kind": "Gdef", "module_hidden": true, "module_public": false}, "EAGAIN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EAGAIN", "name": "EAGAIN", "type": "builtins.int"}}, "EAI_AGAIN": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_AGAIN", "kind": "Gdef"}, "EAI_BADFLAGS": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_BADFLAGS", "kind": "Gdef"}, "EAI_FAIL": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_FAIL", "kind": "Gdef"}, "EAI_FAMILY": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_FAMILY", "kind": "Gdef"}, "EAI_MEMORY": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_MEMORY", "kind": "Gdef"}, "EAI_NODATA": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_NODATA", "kind": "Gdef"}, "EAI_NONAME": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_NONAME", "kind": "Gdef"}, "EAI_SERVICE": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_SERVICE", "kind": "Gdef"}, "EAI_SOCKTYPE": {".class": "SymbolTableNode", "cross_ref": "_socket.EAI_SOCKTYPE", "kind": "Gdef"}, "EBADF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EBADF", "name": "EBADF", "type": "builtins.int"}}, "EWOULDBLOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.EWOULDBLOCK", "name": "EWOULDBLOCK", "type": "builtins.int"}}, "INADDR_ALLHOSTS_GROUP": {".class": "SymbolTableNode", "cross_ref": "_socket.INADDR_ALLHOSTS_GROUP", "kind": "Gdef"}, "INADDR_ANY": {".class": "SymbolTableNode", "cross_ref": "_socket.INADDR_ANY", "kind": "Gdef"}, "INADDR_BROADCAST": {".class": "SymbolTableNode", "cross_ref": "_socket.INADDR_BROADCAST", "kind": "Gdef"}, "INADDR_LOOPBACK": {".class": "SymbolTableNode", "cross_ref": "_socket.INADDR_LOOPBACK", "kind": "Gdef"}, "INADDR_MAX_LOCAL_GROUP": {".class": "SymbolTableNode", "cross_ref": "_socket.INADDR_MAX_LOCAL_GROUP", "kind": "Gdef"}, "INADDR_NONE": {".class": "SymbolTableNode", "cross_ref": "_socket.INADDR_NONE", "kind": "Gdef"}, "INADDR_UNSPEC_GROUP": {".class": "SymbolTableNode", "cross_ref": "_socket.INADDR_UNSPEC_GROUP", "kind": "Gdef"}, "IOBase": {".class": "SymbolTableNode", "cross_ref": "io.IOBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IPPORT_RESERVED": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPORT_RESERVED", "kind": "Gdef"}, "IPPORT_USERRESERVED": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPORT_USERRESERVED", "kind": "Gdef"}, "IPPROTO_AH": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_AH", "kind": "Gdef"}, "IPPROTO_CBT": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_CBT", "kind": "Gdef"}, "IPPROTO_DSTOPTS": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_DSTOPTS", "kind": "Gdef"}, "IPPROTO_EGP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_EGP", "kind": "Gdef"}, "IPPROTO_ESP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_ESP", "kind": "Gdef"}, "IPPROTO_FRAGMENT": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_FRAGMENT", "kind": "Gdef"}, "IPPROTO_GGP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_GGP", "kind": "Gdef"}, "IPPROTO_HOPOPTS": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_HOPOPTS", "kind": "Gdef"}, "IPPROTO_ICLFXBM": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_ICLFXBM", "kind": "Gdef"}, "IPPROTO_ICMP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_ICMP", "kind": "Gdef"}, "IPPROTO_ICMPV6": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_ICMPV6", "kind": "Gdef"}, "IPPROTO_IDP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_IDP", "kind": "Gdef"}, "IPPROTO_IGMP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_IGMP", "kind": "Gdef"}, "IPPROTO_IGP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_IGP", "kind": "Gdef"}, "IPPROTO_IP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_IP", "kind": "Gdef"}, "IPPROTO_IPV4": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_IPV4", "kind": "Gdef"}, "IPPROTO_IPV6": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_IPV6", "kind": "Gdef"}, "IPPROTO_L2TP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_L2TP", "kind": "Gdef"}, "IPPROTO_MAX": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_MAX", "kind": "Gdef"}, "IPPROTO_ND": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_ND", "kind": "Gdef"}, "IPPROTO_NONE": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_NONE", "kind": "Gdef"}, "IPPROTO_PGM": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_PGM", "kind": "Gdef"}, "IPPROTO_PIM": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_PIM", "kind": "Gdef"}, "IPPROTO_PUP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_PUP", "kind": "Gdef"}, "IPPROTO_RAW": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_RAW", "kind": "Gdef"}, "IPPROTO_RDP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_RDP", "kind": "Gdef"}, "IPPROTO_ROUTING": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_ROUTING", "kind": "Gdef"}, "IPPROTO_SCTP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_SCTP", "kind": "Gdef"}, "IPPROTO_ST": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_ST", "kind": "Gdef"}, "IPPROTO_TCP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_TCP", "kind": "Gdef"}, "IPPROTO_UDP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPPROTO_UDP", "kind": "Gdef"}, "IPV6_CHECKSUM": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_CHECKSUM", "kind": "Gdef"}, "IPV6_DONTFRAG": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_DONTFRAG", "kind": "Gdef"}, "IPV6_HOPLIMIT": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_HOPLIMIT", "kind": "Gdef"}, "IPV6_HOPOPTS": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_HOPOPTS", "kind": "Gdef"}, "IPV6_JOIN_GROUP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_JOIN_GROUP", "kind": "Gdef"}, "IPV6_LEAVE_GROUP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_LEAVE_GROUP", "kind": "Gdef"}, "IPV6_MULTICAST_HOPS": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_MULTICAST_HOPS", "kind": "Gdef"}, "IPV6_MULTICAST_IF": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_MULTICAST_IF", "kind": "Gdef"}, "IPV6_MULTICAST_LOOP": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_MULTICAST_LOOP", "kind": "Gdef"}, "IPV6_PKTINFO": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_PKTINFO", "kind": "Gdef"}, "IPV6_RECVRTHDR": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_RECVRTHDR", "kind": "Gdef"}, "IPV6_RECVTCLASS": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_RECVTCLASS", "kind": "Gdef"}, "IPV6_RTHDR": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_RTHDR", "kind": "Gdef"}, "IPV6_TCLASS": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_TCLASS", "kind": "Gdef"}, "IPV6_UNICAST_HOPS": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_UNICAST_HOPS", "kind": "Gdef"}, "IPV6_V6ONLY": {".class": "SymbolTableNode", "cross_ref": "_socket.IPV6_V6ONLY", "kind": "Gdef"}, "IP_ADD_MEMBERSHIP": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_ADD_MEMBERSHIP", "kind": "Gdef"}, "IP_DROP_MEMBERSHIP": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_DROP_MEMBERSHIP", "kind": "Gdef"}, "IP_HDRINCL": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_HDRINCL", "kind": "Gdef"}, "IP_MULTICAST_IF": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_MULTICAST_IF", "kind": "Gdef"}, "IP_MULTICAST_LOOP": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_MULTICAST_LOOP", "kind": "Gdef"}, "IP_MULTICAST_TTL": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_MULTICAST_TTL", "kind": "Gdef"}, "IP_OPTIONS": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_OPTIONS", "kind": "Gdef"}, "IP_RECVDSTADDR": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_RECVDSTADDR", "kind": "Gdef"}, "IP_TOS": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_TOS", "kind": "Gdef"}, "IP_TTL": {".class": "SymbolTableNode", "cross_ref": "_socket.IP_TTL", "kind": "Gdef"}, "IntEnum": {".class": "SymbolTableNode", "cross_ref": "enum.IntEnum", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IntFlag": {".class": "SymbolTableNode", "cross_ref": "enum.IntFlag", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MSG_BCAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_BCAST", "name": "MSG_BCAST", "type": "socket.MsgFlag"}}, "MSG_CTRUNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_CTRUNC", "name": "MSG_CTRUNC", "type": "socket.MsgFlag"}}, "MSG_DONTROUTE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_DONTROUTE", "name": "MSG_DONTROUTE", "type": "socket.MsgFlag"}}, "MSG_ERRQUEUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_ERRQUEUE", "name": "MSG_ERRQUEUE", "type": "socket.MsgFlag"}}, "MSG_MCAST": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_MCAST", "name": "MSG_MCAST", "type": "socket.MsgFlag"}}, "MSG_OOB": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_OOB", "name": "MSG_OOB", "type": "socket.MsgFlag"}}, "MSG_PEEK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_PEEK", "name": "MSG_PEEK", "type": "socket.MsgFlag"}}, "MSG_TRUNC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_TRUNC", "name": "MSG_TRUNC", "type": "socket.MsgFlag"}}, "MSG_WAITALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.MSG_WAITALL", "name": "MSG_WAITALL", "type": "socket.MsgFlag"}}, "MsgFlag": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["enum.IntFlag"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.MsgFlag", "name": "MsgFlag", "type_vars": []}, "deletable_attributes": [], "flags": ["is_enum"], "fullname": "socket.MsgFlag", "has_param_spec_type": false, "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.MsgFlag", "enum.IntFlag", "builtins.int", "enum.Flag", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "MSG_BCAST": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_BCAST", "name": "MSG_BCAST", "type": "builtins.int"}}, "MSG_CTRUNC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_CTRUNC", "name": "MSG_CTRUNC", "type": "builtins.int"}}, "MSG_DONTROUTE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_DONTROUTE", "name": "MSG_DONTROUTE", "type": "builtins.int"}}, "MSG_ERRQUEUE": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_ERRQUEUE", "name": "MSG_ERRQUEUE", "type": "builtins.int"}}, "MSG_MCAST": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_MCAST", "name": "MSG_MCAST", "type": "builtins.int"}}, "MSG_OOB": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_OOB", "name": "MSG_OOB", "type": "builtins.int"}}, "MSG_PEEK": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_PEEK", "name": "MSG_PEEK", "type": "builtins.int"}}, "MSG_TRUNC": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_TRUNC", "name": "MSG_TRUNC", "type": "builtins.int"}}, "MSG_WAITALL": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.MsgFlag.MSG_WAITALL", "name": "MSG_WAITALL", "type": "builtins.int"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NI_DGRAM": {".class": "SymbolTableNode", "cross_ref": "_socket.NI_DGRAM", "kind": "Gdef"}, "NI_MAXHOST": {".class": "SymbolTableNode", "cross_ref": "_socket.NI_MAXHOST", "kind": "Gdef"}, "NI_MAXSERV": {".class": "SymbolTableNode", "cross_ref": "_socket.NI_MAXSERV", "kind": "Gdef"}, "NI_NAMEREQD": {".class": "SymbolTableNode", "cross_ref": "_socket.NI_NAMEREQD", "kind": "Gdef"}, "NI_NOFQDN": {".class": "SymbolTableNode", "cross_ref": "_socket.NI_NOFQDN", "kind": "Gdef"}, "NI_NUMERICHOST": {".class": "SymbolTableNode", "cross_ref": "_socket.NI_NUMERICHOST", "kind": "Gdef"}, "NI_NUMERICSERV": {".class": "SymbolTableNode", "cross_ref": "_socket.NI_NUMERICSERV", "kind": "Gdef"}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RCVALL_MAX": {".class": "SymbolTableNode", "cross_ref": "_socket.RCVALL_MAX", "kind": "Gdef"}, "RCVALL_OFF": {".class": "SymbolTableNode", "cross_ref": "_socket.RCVALL_OFF", "kind": "Gdef"}, "RCVALL_ON": {".class": "SymbolTableNode", "cross_ref": "_socket.RCVALL_ON", "kind": "Gdef"}, "RCVALL_SOCKETLEVELONLY": {".class": "SymbolTableNode", "cross_ref": "_socket.RCVALL_SOCKETLEVELONLY", "kind": "Gdef"}, "RawIOBase": {".class": "SymbolTableNode", "cross_ref": "io.RawIOBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ReadableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.ReadableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SHUT_RD": {".class": "SymbolTableNode", "cross_ref": "_socket.SHUT_RD", "kind": "Gdef"}, "SHUT_RDWR": {".class": "SymbolTableNode", "cross_ref": "_socket.SHUT_RDWR", "kind": "Gdef"}, "SHUT_WR": {".class": "SymbolTableNode", "cross_ref": "_socket.SHUT_WR", "kind": "Gdef"}, "SIO_KEEPALIVE_VALS": {".class": "SymbolTableNode", "cross_ref": "_socket.SIO_KEEPALIVE_VALS", "kind": "Gdef"}, "SIO_LOOPBACK_FAST_PATH": {".class": "SymbolTableNode", "cross_ref": "_socket.SIO_LOOPBACK_FAST_PATH", "kind": "Gdef"}, "SIO_RCVALL": {".class": "SymbolTableNode", "cross_ref": "_socket.SIO_RCVALL", "kind": "Gdef"}, "SOCK_DGRAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.SOCK_DGRAM", "name": "SOCK_DGRAM", "type": "socket.SocketKind"}}, "SOCK_RAW": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.SOCK_RAW", "name": "SOCK_RAW", "type": "socket.SocketKind"}}, "SOCK_RDM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.SOCK_RDM", "name": "SOCK_RDM", "type": "socket.SocketKind"}}, "SOCK_SEQPACKET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.SOCK_SEQPACKET", "name": "SOCK_SEQPACKET", "type": "socket.SocketKind"}}, "SOCK_STREAM": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "socket.SOCK_STREAM", "name": "SOCK_STREAM", "type": "socket.SocketKind"}}, "SOL_IP": {".class": "SymbolTableNode", "cross_ref": "_socket.SOL_IP", "kind": "Gdef"}, "SOL_SOCKET": {".class": "SymbolTableNode", "cross_ref": "_socket.SOL_SOCKET", "kind": "Gdef"}, "SOL_TCP": {".class": "SymbolTableNode", "cross_ref": "_socket.SOL_TCP", "kind": "Gdef"}, "SOL_UDP": {".class": "SymbolTableNode", "cross_ref": "_socket.SOL_UDP", "kind": "Gdef"}, "SOMAXCONN": {".class": "SymbolTableNode", "cross_ref": "_socket.SOMAXCONN", "kind": "Gdef"}, "SO_ACCEPTCONN": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_ACCEPTCONN", "kind": "Gdef"}, "SO_BROADCAST": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_BROADCAST", "kind": "Gdef"}, "SO_DEBUG": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_DEBUG", "kind": "Gdef"}, "SO_DONTROUTE": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_DONTROUTE", "kind": "Gdef"}, "SO_ERROR": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_ERROR", "kind": "Gdef"}, "SO_EXCLUSIVEADDRUSE": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_EXCLUSIVEADDRUSE", "kind": "Gdef"}, "SO_KEEPALIVE": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_KEEPALIVE", "kind": "Gdef"}, "SO_LINGER": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_LINGER", "kind": "Gdef"}, "SO_OOBINLINE": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_OOBINLINE", "kind": "Gdef"}, "SO_RCVBUF": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_RCVBUF", "kind": "Gdef"}, "SO_RCVLOWAT": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_RCVLOWAT", "kind": "Gdef"}, "SO_RCVTIMEO": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_RCVTIMEO", "kind": "Gdef"}, "SO_REUSEADDR": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_REUSEADDR", "kind": "Gdef"}, "SO_SNDBUF": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_SNDBUF", "kind": "Gdef"}, "SO_SNDLOWAT": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_SNDLOWAT", "kind": "Gdef"}, "SO_SNDTIMEO": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_SNDTIMEO", "kind": "Gdef"}, "SO_TYPE": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_TYPE", "kind": "Gdef"}, "SO_USELOOPBACK": {".class": "SymbolTableNode", "cross_ref": "_socket.SO_USELOOPBACK", "kind": "Gdef"}, "Self": {".class": "SymbolTableNode", "cross_ref": "_typeshed.Self", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SocketIO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["io.RawIOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.SocketIO", "name": "SocketIO", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "socket.SocketIO", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.SocketIO", "io.RawIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "mode"], "flags": [], "fullname": "socket.SocketIO.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sock", "mode"], "arg_types": ["socket.SocketIO", "socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SocketIO", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "mode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "socket.SocketIO.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.SocketIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mode of SocketIO", "ret_type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready", "is_inferred"], "fullname": "socket.SocketIO.mode", "name": "mode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.SocketIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mode of SocketIO", "ret_type": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "socket.SocketIO.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.SocketIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "name of SocketIO", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready", "is_inferred"], "fullname": "socket.SocketIO.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.SocketIO"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "name of SocketIO", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "readinto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "b"], "flags": [], "fullname": "socket.SocketIO.readinto", "name": "readinto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "arg_types": ["socket.SocketIO", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.WriteableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "readinto of SocketIO", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "b"], "flags": [], "fullname": "socket.SocketIO.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "arg_types": ["socket.SocketIO", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ReadableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "write of SocketIO", "ret_type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SocketKind": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["enum.IntEnum"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.SocketKind", "name": "SocketKind", "type_vars": []}, "deletable_attributes": [], "flags": ["is_enum"], "fullname": "socket.SocketKind", "has_param_spec_type": false, "metaclass_type": "enum.EnumMeta", "metadata": {}, "module_name": "socket", "mro": ["socket.SocketKind", "enum.IntEnum", "builtins.int", "enum.Enum", "builtins.object"], "names": {".class": "SymbolTable", "SOCK_DGRAM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_DGRAM", "name": "SOCK_DGRAM", "type": "builtins.int"}}, "SOCK_RAW": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_RAW", "name": "SOCK_RAW", "type": "builtins.int"}}, "SOCK_RDM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_RDM", "name": "SOCK_RDM", "type": "builtins.int"}}, "SOCK_SEQPACKET": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_SEQPACKET", "name": "SOCK_SEQPACKET", "type": "builtins.int"}}, "SOCK_STREAM": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "socket.SocketKind.SOCK_STREAM", "name": "SOCK_STREAM", "type": "builtins.int"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SocketType": {".class": "SymbolTableNode", "cross_ref": "_socket.SocketType", "kind": "Gdef"}, "TCP_FASTOPEN": {".class": "SymbolTableNode", "cross_ref": "_socket.TCP_FASTOPEN", "kind": "Gdef"}, "TCP_KEEPCNT": {".class": "SymbolTableNode", "cross_ref": "_socket.TCP_KEEPCNT", "kind": "Gdef"}, "TCP_KEEPIDLE": {".class": "SymbolTableNode", "cross_ref": "_socket.TCP_KEEPIDLE", "kind": "Gdef"}, "TCP_KEEPINTVL": {".class": "SymbolTableNode", "cross_ref": "_socket.TCP_KEEPINTVL", "kind": "Gdef"}, "TCP_MAXSEG": {".class": "SymbolTableNode", "cross_ref": "_socket.TCP_MAXSEG", "kind": "Gdef"}, "TCP_NODELAY": {".class": "SymbolTableNode", "cross_ref": "_socket.TCP_NODELAY", "kind": "Gdef"}, "TextIOWrapper": {".class": "SymbolTableNode", "cross_ref": "io.TextIOWrapper", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WriteableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.WriteableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Address": {".class": "SymbolTableNode", "cross_ref": "_socket._Address", "kind": "Gdef"}, "_FD": {".class": "SymbolTableNode", "cross_ref": "_socket._FD", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_RetAddress": {".class": "SymbolTableNode", "cross_ref": "_socket._RetAddress", "kind": "Gdef"}, "_SendableFile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket._SendableFile", "name": "_SendableFile", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "socket._SendableFile", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "socket", "mro": ["socket._SendableFile", "builtins.object"], "names": {".class": "SymbolTable", "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "socket._SendableFile.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["socket._SendableFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "read of _SendableFile", "ret_type": "builtins.bytes", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "socket._SendableFile.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["socket._SendableFile", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "seek of _SendableFile", "ret_type": "builtins.object", "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.__package__", "name": "__package__", "type": "builtins.str"}}, "_socket": {".class": "SymbolTableNode", "cross_ref": "_socket", "kind": "Gdef", "module_hidden": true, "module_public": false}, "close": {".class": "SymbolTableNode", "cross_ref": "_socket.close", "kind": "Gdef"}, "create_connection": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1], "arg_names": ["address", "timeout", "source_address"], "flags": [], "fullname": "socket.create_connection", "name": "create_connection", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["address", "timeout", "source_address"], "arg_types": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "UnionType", "items": ["builtins.float", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["builtins.bytearray", "builtins.bytes", "builtins.str"]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "create_connection", "ret_type": "socket.socket", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "create_server": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["address", "family", "backlog", "reuse_port", "dualstack_ipv6"], "flags": [], "fullname": "socket.create_server", "name": "create_server", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5], "arg_names": ["address", "family", "backlog", "reuse_port", "dualstack_ipv6"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "_socket._Address"}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "create_server", "ret_type": "socket.socket", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "dup": {".class": "SymbolTableNode", "cross_ref": "_socket.dup", "kind": "Gdef"}, "error": {".class": "SymbolTableNode", "cross_ref": "_socket.error", "kind": "Gdef"}, "errorTab": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "socket.errorTab", "name": "errorTab", "type": {".class": "Instance", "args": ["builtins.int", "builtins.str"], "type_ref": "builtins.dict"}}}, "fromfd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0, 1], "arg_names": ["fd", "family", "type", "proto"], "flags": [], "fullname": "socket.fromfd", "name": "fromfd", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["fd", "family", "type", "proto"], "arg_types": ["typing.SupportsIndex", {".class": "UnionType", "items": ["socket.AddressFamily", "builtins.int"]}, {".class": "UnionType", "items": ["socket.SocketKind", "builtins.int"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fromfd", "ret_type": "socket.socket", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "fromshare": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["info"], "flags": [], "fullname": "socket.fromshare", "name": "fromshare", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["info"], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fromshare", "ret_type": "socket.socket", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "gaierror": {".class": "SymbolTableNode", "cross_ref": "_socket.gaierror", "kind": "Gdef"}, "getaddrinfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["host", "port", "family", "type", "proto", "flags"], "flags": [], "fullname": "socket.getaddrinfo", "name": "getaddrinfo", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["host", "port", "family", "type", "proto", "flags"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", "builtins.int", {".class": "NoneType"}]}, "builtins.int", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getaddrinfo", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["socket.AddressFamily", "socket.SocketKind", "builtins.int", "builtins.str", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "getdefaulttimeout": {".class": "SymbolTableNode", "cross_ref": "_socket.getdefaulttimeout", "kind": "Gdef"}, "getfqdn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [1], "arg_names": ["name"], "flags": [], "fullname": "socket.getfqdn", "name": "getfqdn", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfqdn", "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "gethostbyaddr": {".class": "SymbolTableNode", "cross_ref": "_socket.gethostbyaddr", "kind": "Gdef"}, "gethostbyname": {".class": "SymbolTableNode", "cross_ref": "_socket.gethostbyname", "kind": "Gdef"}, "gethostbyname_ex": {".class": "SymbolTableNode", "cross_ref": "_socket.gethostbyname_ex", "kind": "Gdef"}, "gethostname": {".class": "SymbolTableNode", "cross_ref": "_socket.gethostname", "kind": "Gdef"}, "getnameinfo": {".class": "SymbolTableNode", "cross_ref": "_socket.getnameinfo", "kind": "Gdef"}, "getprotobyname": {".class": "SymbolTableNode", "cross_ref": "_socket.getprotobyname", "kind": "Gdef"}, "getservbyname": {".class": "SymbolTableNode", "cross_ref": "_socket.getservbyname", "kind": "Gdef"}, "getservbyport": {".class": "SymbolTableNode", "cross_ref": "_socket.getservbyport", "kind": "Gdef"}, "has_dualstack_ipv6": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "socket.has_dualstack_ipv6", "name": "has_dualstack_ipv6", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "has_dualstack_ipv6", "ret_type": "builtins.bool", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "has_ipv6": {".class": "SymbolTableNode", "cross_ref": "_socket.has_ipv6", "kind": "Gdef"}, "herror": {".class": "SymbolTableNode", "cross_ref": "_socket.herror", "kind": "Gdef"}, "htonl": {".class": "SymbolTableNode", "cross_ref": "_socket.htonl", "kind": "Gdef"}, "htons": {".class": "SymbolTableNode", "cross_ref": "_socket.htons", "kind": "Gdef"}, "if_indextoname": {".class": "SymbolTableNode", "cross_ref": "_socket.if_indextoname", "kind": "Gdef"}, "if_nameindex": {".class": "SymbolTableNode", "cross_ref": "_socket.if_nameindex", "kind": "Gdef"}, "if_nametoindex": {".class": "SymbolTableNode", "cross_ref": "_socket.if_nametoindex", "kind": "Gdef"}, "inet_aton": {".class": "SymbolTableNode", "cross_ref": "_socket.inet_aton", "kind": "Gdef"}, "inet_ntoa": {".class": "SymbolTableNode", "cross_ref": "_socket.inet_ntoa", "kind": "Gdef"}, "inet_ntop": {".class": "SymbolTableNode", "cross_ref": "_socket.inet_ntop", "kind": "Gdef"}, "inet_pton": {".class": "SymbolTableNode", "cross_ref": "_socket.inet_pton", "kind": "Gdef"}, "ntohl": {".class": "SymbolTableNode", "cross_ref": "_socket.ntohl", "kind": "Gdef"}, "ntohs": {".class": "SymbolTableNode", "cross_ref": "_socket.ntohs", "kind": "Gdef"}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "setdefaulttimeout": {".class": "SymbolTableNode", "cross_ref": "_socket.setdefaulttimeout", "kind": "Gdef"}, "socket": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["_socket.socket"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "socket.socket", "name": "socket", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "socket.socket", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "socket", "mro": ["socket.socket", "_socket.socket", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "socket.socket.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of socket", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 2], "arg_names": [null, null], "flags": [], "fullname": "socket.socket.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": [null, null], "arg_types": ["socket.socket", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "family", "type", "proto", "fileno"], "flags": [], "fullname": "socket.socket.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "family", "type", "proto", "fileno"], "arg_types": ["socket.socket", {".class": "UnionType", "items": ["socket.AddressFamily", "builtins.int"]}, {".class": "UnionType", "items": ["socket.SocketKind", "builtins.int"]}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "accept": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.accept", "name": "accept", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "accept of socket", "ret_type": {".class": "TupleType", "implicit": false, "items": ["socket.socket", {".class": "TypeAliasType", "args": [], "type_ref": "_socket._RetAddress"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "dup": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.dup", "name": "dup", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dup of socket", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "family": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "socket.socket.family", "name": "family", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "family of socket", "ret_type": "socket.AddressFamily", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready", "is_inferred"], "fullname": "socket.socket.family", "name": "family", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "family of socket", "ret_type": "socket.AddressFamily", "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "get_inheritable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "socket.socket.get_inheritable", "name": "get_inheritable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_inheritable of socket", "ret_type": "builtins.bool", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "makefile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "socket.socket.makefile", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "socket.SocketIO", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "socket.socket.makefile", "name": "makefile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.BufferedRWPair", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "socket.socket.makefile", "name": "makefile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.BufferedReader", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "socket.socket.makefile", "name": "makefile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.BufferedWriter", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "socket.socket.makefile", "name": "makefile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.IOBase", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "socket.socket.makefile", "name": "makefile", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "flags": ["is_overload", "is_decorated"], "fullname": "socket.socket.makefile", "name": "makefile", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": ""}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.TextIOWrapper", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "socket.socket.makefile", "name": "makefile", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "socket.SocketIO", "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.BufferedRWPair", "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.BufferedReader", "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": -1}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.BufferedWriter", "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rwb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wbr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bwr"}]}, "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.IOBase", "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5, 5], "arg_names": ["self", "mode", "buffering", "encoding", "errors", "newline"], "arg_types": ["socket.socket", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": ""}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "makefile of socket", "ret_type": "io.TextIOWrapper", "type_guard": null, "unpack_kwargs": false, "variables": []}]}}}, "sendfile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "file", "offset", "count"], "flags": [], "fullname": "socket.socket.sendfile", "name": "sendfile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "file", "offset", "count"], "arg_types": ["socket.socket", "socket._SendableFile", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sendfile of socket", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "set_inheritable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "inheritable"], "flags": [], "fullname": "socket.socket.set_inheritable", "name": "set_inheritable", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "inheritable"], "arg_types": ["socket.socket", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "set_inheritable of socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "socket.socket.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "type of socket", "ret_type": "socket.SocketKind", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready", "is_inferred"], "fullname": "socket.socket.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["socket.socket"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "type of socket", "ret_type": "socket.SocketKind", "type_guard": null, "unpack_kwargs": false, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "socketpair": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [1, 1, 1], "arg_names": ["family", "type", "proto"], "flags": [], "fullname": "socket.socketpair", "name": "socketpair", "type": {".class": "CallableType", "arg_kinds": [1, 1, 1], "arg_names": ["family", "type", "proto"], "arg_types": ["builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "socketpair", "ret_type": {".class": "TupleType", "implicit": false, "items": ["socket.socket", "socket.socket"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "timeout": {".class": "SymbolTableNode", "cross_ref": "_socket.timeout", "kind": "Gdef"}}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\mypy\\typeshed\\stdlib\\socket.pyi"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675300530, "dep_lines": [3, 1, 2, 4, 5, 6, 7, 12, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 5, 5, 5, 5, 5, 30, 30, 30, 30, 30], "dependencies": ["collections.abc", "sys", "_typeshed", "enum", "io", "typing", "typing_extensions", "_socket", "builtins", "abc", "array", "ctypes", "mmap", "pickle"], "hash": "85fc868ff8531a26815eefd8a696373572eb5db513eabac5b275a3db38ab41b3", "id": "socket", "ignore_all": true, "interface_hash": "f4f43e5bc3d36bdb0a7da492157b04f66699a30453e1193e503a63f414f55e2d", "mtime": 1674086803, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disable_bytearray_promotion": false, "disable_error_code": [], "disable_memoryview_promotion": false, "disabled_error_codes": [], "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "enable_error_code": [], "enabled_error_codes": [], "follow_imports": "silent", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": true, "implicit_optional": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "platform": "win32", "plugins": [], "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\mypy\\typeshed\\stdlib\\socket.pyi", "plugin_data": null, "size": 28897, "suppressed": [], "version_id": "0.991"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "sre_compile", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ANY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.ANY", "kind": "Gdef"}, "ANY_ALL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.ANY_ALL", "kind": "Gdef"}, "ASSERT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.ASSERT", "kind": "Gdef"}, "ASSERT_NOT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.ASSERT_NOT", "kind": "Gdef"}, "AT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT", "kind": "Gdef"}, "ATCODES": {".class": "SymbolTableNode", "cross_ref": "sre_constants.ATCODES", "kind": "Gdef"}, "AT_BEGINNING": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_BEGINNING", "kind": "Gdef"}, "AT_BEGINNING_LINE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_BEGINNING_LINE", "kind": "Gdef"}, "AT_BEGINNING_STRING": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_BEGINNING_STRING", "kind": "Gdef"}, "AT_BOUNDARY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_BOUNDARY", "kind": "Gdef"}, "AT_END": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_END", "kind": "Gdef"}, "AT_END_LINE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_END_LINE", "kind": "Gdef"}, "AT_END_STRING": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_END_STRING", "kind": "Gdef"}, "AT_LOCALE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_LOCALE", "kind": "Gdef"}, "AT_LOC_BOUNDARY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_LOC_BOUNDARY", "kind": "Gdef"}, "AT_LOC_NON_BOUNDARY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_LOC_NON_BOUNDARY", "kind": "Gdef"}, "AT_MULTILINE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_MULTILINE", "kind": "Gdef"}, "AT_NON_BOUNDARY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_NON_BOUNDARY", "kind": "Gdef"}, "AT_UNICODE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_UNICODE", "kind": "Gdef"}, "AT_UNI_BOUNDARY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_UNI_BOUNDARY", "kind": "Gdef"}, "AT_UNI_NON_BOUNDARY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.AT_UNI_NON_BOUNDARY", "kind": "Gdef"}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BIGCHARSET": {".class": "SymbolTableNode", "cross_ref": "sre_constants.BIGCHARSET", "kind": "Gdef"}, "BRANCH": {".class": "SymbolTableNode", "cross_ref": "sre_constants.BRANCH", "kind": "Gdef"}, "CALL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CALL", "kind": "Gdef"}, "CATEGORY": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY", "kind": "Gdef"}, "CATEGORY_DIGIT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_DIGIT", "kind": "Gdef"}, "CATEGORY_LINEBREAK": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_LINEBREAK", "kind": "Gdef"}, "CATEGORY_LOC_NOT_WORD": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_LOC_NOT_WORD", "kind": "Gdef"}, "CATEGORY_LOC_WORD": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_LOC_WORD", "kind": "Gdef"}, "CATEGORY_NOT_DIGIT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_NOT_DIGIT", "kind": "Gdef"}, "CATEGORY_NOT_LINEBREAK": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_NOT_LINEBREAK", "kind": "Gdef"}, "CATEGORY_NOT_SPACE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_NOT_SPACE", "kind": "Gdef"}, "CATEGORY_NOT_WORD": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_NOT_WORD", "kind": "Gdef"}, "CATEGORY_SPACE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_SPACE", "kind": "Gdef"}, "CATEGORY_UNI_DIGIT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_DIGIT", "kind": "Gdef"}, "CATEGORY_UNI_LINEBREAK": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_LINEBREAK", "kind": "Gdef"}, "CATEGORY_UNI_NOT_DIGIT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_NOT_DIGIT", "kind": "Gdef"}, "CATEGORY_UNI_NOT_LINEBREAK": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_NOT_LINEBREAK", "kind": "Gdef"}, "CATEGORY_UNI_NOT_SPACE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_NOT_SPACE", "kind": "Gdef"}, "CATEGORY_UNI_NOT_WORD": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_NOT_WORD", "kind": "Gdef"}, "CATEGORY_UNI_SPACE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_SPACE", "kind": "Gdef"}, "CATEGORY_UNI_WORD": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_UNI_WORD", "kind": "Gdef"}, "CATEGORY_WORD": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CATEGORY_WORD", "kind": "Gdef"}, "CHARSET": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CHARSET", "kind": "Gdef"}, "CHCODES": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CHCODES", "kind": "Gdef"}, "CH_LOCALE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CH_LOCALE", "kind": "Gdef"}, "CH_UNICODE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.CH_UNICODE", "kind": "Gdef"}, "FAILURE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.FAILURE", "kind": "Gdef"}, "GROUPREF": {".class": "SymbolTableNode", "cross_ref": "sre_constants.GROUPREF", "kind": "Gdef"}, "GROUPREF_EXISTS": {".class": "SymbolTableNode", "cross_ref": "sre_constants.GROUPREF_EXISTS", "kind": "Gdef"}, "GROUPREF_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.GROUPREF_IGNORE", "kind": "Gdef"}, "GROUPREF_LOC_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.GROUPREF_LOC_IGNORE", "kind": "Gdef"}, "GROUPREF_UNI_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.GROUPREF_UNI_IGNORE", "kind": "Gdef"}, "IN": {".class": "SymbolTableNode", "cross_ref": "sre_constants.IN", "kind": "Gdef"}, "INFO": {".class": "SymbolTableNode", "cross_ref": "sre_constants.INFO", "kind": "Gdef"}, "IN_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.IN_IGNORE", "kind": "Gdef"}, "IN_LOC_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.IN_LOC_IGNORE", "kind": "Gdef"}, "IN_UNI_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.IN_UNI_IGNORE", "kind": "Gdef"}, "JUMP": {".class": "SymbolTableNode", "cross_ref": "sre_constants.JUMP", "kind": "Gdef"}, "LITERAL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.LITERAL", "kind": "Gdef"}, "LITERAL_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.LITERAL_IGNORE", "kind": "Gdef"}, "LITERAL_LOC_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.LITERAL_LOC_IGNORE", "kind": "Gdef"}, "LITERAL_UNI_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.LITERAL_UNI_IGNORE", "kind": "Gdef"}, "MAGIC": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MAGIC", "kind": "Gdef"}, "MARK": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MARK", "kind": "Gdef"}, "MAXCODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_compile.MAXCODE", "name": "MAXCODE", "type": "builtins.int"}}, "MAXGROUPS": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MAXGROUPS", "kind": "Gdef"}, "MAXREPEAT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MAXREPEAT", "kind": "Gdef"}, "MAX_REPEAT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MAX_REPEAT", "kind": "Gdef"}, "MAX_UNTIL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MAX_UNTIL", "kind": "Gdef"}, "MIN_REPEAT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MIN_REPEAT", "kind": "Gdef"}, "MIN_REPEAT_ONE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MIN_REPEAT_ONE", "kind": "Gdef"}, "MIN_UNTIL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.MIN_UNTIL", "kind": "Gdef"}, "NEGATE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.NEGATE", "kind": "Gdef"}, "NOT_LITERAL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.NOT_LITERAL", "kind": "Gdef"}, "NOT_LITERAL_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.NOT_LITERAL_IGNORE", "kind": "Gdef"}, "NOT_LITERAL_LOC_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.NOT_LITERAL_LOC_IGNORE", "kind": "Gdef"}, "NOT_LITERAL_UNI_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.NOT_LITERAL_UNI_IGNORE", "kind": "Gdef"}, "OPCODES": {".class": "SymbolTableNode", "cross_ref": "sre_constants.OPCODES", "kind": "Gdef"}, "OP_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.OP_IGNORE", "kind": "Gdef"}, "OP_LOCALE_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.OP_LOCALE_IGNORE", "kind": "Gdef"}, "OP_UNICODE_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.OP_UNICODE_IGNORE", "kind": "Gdef"}, "Pattern": {".class": "SymbolTableNode", "cross_ref": "re.Pattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RANGE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.RANGE", "kind": "Gdef"}, "RANGE_UNI_IGNORE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.RANGE_UNI_IGNORE", "kind": "Gdef"}, "REPEAT": {".class": "SymbolTableNode", "cross_ref": "sre_constants.REPEAT", "kind": "Gdef"}, "REPEAT_ONE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.REPEAT_ONE", "kind": "Gdef"}, "SRE_FLAG_ASCII": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_ASCII", "kind": "Gdef"}, "SRE_FLAG_DEBUG": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_DEBUG", "kind": "Gdef"}, "SRE_FLAG_DOTALL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_DOTALL", "kind": "Gdef"}, "SRE_FLAG_IGNORECASE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_IGNORECASE", "kind": "Gdef"}, "SRE_FLAG_LOCALE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_LOCALE", "kind": "Gdef"}, "SRE_FLAG_MULTILINE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_MULTILINE", "kind": "Gdef"}, "SRE_FLAG_TEMPLATE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_TEMPLATE", "kind": "Gdef"}, "SRE_FLAG_UNICODE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_UNICODE", "kind": "Gdef"}, "SRE_FLAG_VERBOSE": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_FLAG_VERBOSE", "kind": "Gdef"}, "SRE_INFO_CHARSET": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_INFO_CHARSET", "kind": "Gdef"}, "SRE_INFO_LITERAL": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_INFO_LITERAL", "kind": "Gdef"}, "SRE_INFO_PREFIX": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SRE_INFO_PREFIX", "kind": "Gdef"}, "SUBPATTERN": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SUBPATTERN", "kind": "Gdef"}, "SUCCESS": {".class": "SymbolTableNode", "cross_ref": "sre_constants.SUCCESS", "kind": "Gdef"}, "SubPattern": {".class": "SymbolTableNode", "cross_ref": "sre_parse.SubPattern", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NamedIntConstant": {".class": "SymbolTableNode", "cross_ref": "sre_constants._NamedIntConstant", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_compile.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_compile.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_compile.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_compile.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_compile.__package__", "name": "__package__", "type": "builtins.str"}}, "compile": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1], "arg_names": ["p", "flags"], "flags": [], "fullname": "sre_compile.compile", "name": "compile", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["p", "flags"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes", "sre_parse.SubPattern"]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "compile", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "re.Pattern"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "dis": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["code"], "flags": [], "fullname": "sre_compile.dis", "name": "dis", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["code"], "arg_types": [{".class": "Instance", "args": ["sre_constants._NamedIntConstant"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dis", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "error": {".class": "SymbolTableNode", "cross_ref": "sre_constants.error", "kind": "Gdef"}, "isstring": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "sre_compile.isstring", "name": "isstring", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isstring", "ret_type": "builtins.bool", "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\mypy\\typeshed\\stdlib\\sre_compile.pyi"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675300530, "dep_lines": [1, 2, 4, 5, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 30], "dependencies": ["re", "sre_constants", "sre_parse", "typing", "builtins", "abc"], "hash": "fc349f3a70d0475a68d1209d451fac8858defa62bb1582513d73a19484ad1a7e", "id": "sre_compile", "ignore_all": true, "interface_hash": "25b0fd15891b9d74eb6c9cede179705d298116e8fefbd2241ae959f7a6c05a99", "mtime": 1674086803, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disable_bytearray_promotion": false, "disable_error_code": [], "disable_memoryview_promotion": false, "disabled_error_codes": [], "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "enable_error_code": [], "enabled_error_codes": [], "follow_imports": "silent", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": true, "implicit_optional": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "platform": "win32", "plugins": [], "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\mypy\\typeshed\\stdlib\\sre_compile.pyi", "plugin_data": null, "size": 345, "suppressed": [], "version_id": "0.991"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "sre_constants", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ANY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ANY", "name": "ANY", "type": "sre_constants._NamedIntConstant"}}, "ANY_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ANY_ALL", "name": "ANY_ALL", "type": "sre_constants._NamedIntConstant"}}, "ASSERT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ASSERT", "name": "ASSERT", "type": "sre_constants._NamedIntConstant"}}, "ASSERT_NOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ASSERT_NOT", "name": "ASSERT_NOT", "type": "sre_constants._NamedIntConstant"}}, "AT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT", "name": "AT", "type": "sre_constants._NamedIntConstant"}}, "ATCODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.ATCODES", "name": "ATCODES", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant"], "type_ref": "builtins.list"}}}, "AT_BEGINNING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BEGINNING", "name": "AT_BEGINNING", "type": "sre_constants._NamedIntConstant"}}, "AT_BEGINNING_LINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BEGINNING_LINE", "name": "AT_BEGINNING_LINE", "type": "sre_constants._NamedIntConstant"}}, "AT_BEGINNING_STRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BEGINNING_STRING", "name": "AT_BEGINNING_STRING", "type": "sre_constants._NamedIntConstant"}}, "AT_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_BOUNDARY", "name": "AT_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_END": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_END", "name": "AT_END", "type": "sre_constants._NamedIntConstant"}}, "AT_END_LINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_END_LINE", "name": "AT_END_LINE", "type": "sre_constants._NamedIntConstant"}}, "AT_END_STRING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_END_STRING", "name": "AT_END_STRING", "type": "sre_constants._NamedIntConstant"}}, "AT_LOCALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_LOCALE", "name": "AT_LOCALE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "AT_LOC_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_LOC_BOUNDARY", "name": "AT_LOC_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_LOC_NON_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_LOC_NON_BOUNDARY", "name": "AT_LOC_NON_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_MULTILINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_MULTILINE", "name": "AT_MULTILINE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "AT_NON_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_NON_BOUNDARY", "name": "AT_NON_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_UNICODE", "name": "AT_UNICODE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "AT_UNI_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_UNI_BOUNDARY", "name": "AT_UNI_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "AT_UNI_NON_BOUNDARY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.AT_UNI_NON_BOUNDARY", "name": "AT_UNI_NON_BOUNDARY", "type": "sre_constants._NamedIntConstant"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BIGCHARSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.BIGCHARSET", "name": "BIGCHARSET", "type": "sre_constants._NamedIntConstant"}}, "BRANCH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.BRANCH", "name": "BRANCH", "type": "sre_constants._NamedIntConstant"}}, "CALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CALL", "name": "CALL", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY", "name": "CATEGORY", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_DIGIT", "name": "CATEGORY_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_LINEBREAK", "name": "CATEGORY_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_LOC_NOT_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_LOC_NOT_WORD", "name": "CATEGORY_LOC_NOT_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_LOC_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_LOC_WORD", "name": "CATEGORY_LOC_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_DIGIT", "name": "CATEGORY_NOT_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_LINEBREAK", "name": "CATEGORY_NOT_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_SPACE", "name": "CATEGORY_NOT_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_NOT_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_NOT_WORD", "name": "CATEGORY_NOT_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_SPACE", "name": "CATEGORY_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_DIGIT", "name": "CATEGORY_UNI_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_LINEBREAK", "name": "CATEGORY_UNI_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_DIGIT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_DIGIT", "name": "CATEGORY_UNI_NOT_DIGIT", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_LINEBREAK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_LINEBREAK", "name": "CATEGORY_UNI_NOT_LINEBREAK", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_SPACE", "name": "CATEGORY_UNI_NOT_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_NOT_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_NOT_WORD", "name": "CATEGORY_UNI_NOT_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_SPACE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_SPACE", "name": "CATEGORY_UNI_SPACE", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_UNI_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_UNI_WORD", "name": "CATEGORY_UNI_WORD", "type": "sre_constants._NamedIntConstant"}}, "CATEGORY_WORD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CATEGORY_WORD", "name": "CATEGORY_WORD", "type": "sre_constants._NamedIntConstant"}}, "CHARSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CHARSET", "name": "CHARSET", "type": "sre_constants._NamedIntConstant"}}, "CHCODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CHCODES", "name": "CHCODES", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant"], "type_ref": "builtins.list"}}}, "CH_LOCALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CH_LOCALE", "name": "CH_LOCALE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "CH_UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.CH_UNICODE", "name": "CH_UNICODE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "FAILURE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.FAILURE", "name": "FAILURE", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF", "name": "GROUPREF", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF_EXISTS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF_EXISTS", "name": "GROUPREF_EXISTS", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF_IGNORE", "name": "GROUPREF_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF_LOC_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF_LOC_IGNORE", "name": "GROUPREF_LOC_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "GROUPREF_UNI_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.GROUPREF_UNI_IGNORE", "name": "GROUPREF_UNI_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "IN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.IN", "name": "IN", "type": "sre_constants._NamedIntConstant"}}, "INFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.INFO", "name": "INFO", "type": "sre_constants._NamedIntConstant"}}, "IN_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.IN_IGNORE", "name": "IN_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "IN_LOC_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.IN_LOC_IGNORE", "name": "IN_LOC_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "IN_UNI_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.IN_UNI_IGNORE", "name": "IN_UNI_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "JUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.JUMP", "name": "JUMP", "type": "sre_constants._NamedIntConstant"}}, "LITERAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.LITERAL", "name": "LITERAL", "type": "sre_constants._NamedIntConstant"}}, "LITERAL_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.LITERAL_IGNORE", "name": "LITERAL_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "LITERAL_LOC_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.LITERAL_LOC_IGNORE", "name": "LITERAL_LOC_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "LITERAL_UNI_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.LITERAL_UNI_IGNORE", "name": "LITERAL_UNI_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "MAGIC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAGIC", "name": "MAGIC", "type": "builtins.int"}}, "MARK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MARK", "name": "MARK", "type": "sre_constants._NamedIntConstant"}}, "MAXGROUPS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAXGROUPS", "name": "MAXGROUPS", "type": "builtins.int"}}, "MAXREPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAXREPEAT", "name": "MAXREPEAT", "type": "sre_constants._NamedIntConstant"}}, "MAX_REPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAX_REPEAT", "name": "MAX_REPEAT", "type": "sre_constants._NamedIntConstant"}}, "MAX_UNTIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MAX_UNTIL", "name": "MAX_UNTIL", "type": "sre_constants._NamedIntConstant"}}, "MIN_REPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MIN_REPEAT", "name": "MIN_REPEAT", "type": "sre_constants._NamedIntConstant"}}, "MIN_REPEAT_ONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MIN_REPEAT_ONE", "name": "MIN_REPEAT_ONE", "type": "sre_constants._NamedIntConstant"}}, "MIN_UNTIL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.MIN_UNTIL", "name": "MIN_UNTIL", "type": "sre_constants._NamedIntConstant"}}, "NEGATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NEGATE", "name": "NEGATE", "type": "sre_constants._NamedIntConstant"}}, "NOT_LITERAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NOT_LITERAL", "name": "NOT_LITERAL", "type": "sre_constants._NamedIntConstant"}}, "NOT_LITERAL_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NOT_LITERAL_IGNORE", "name": "NOT_LITERAL_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "NOT_LITERAL_LOC_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NOT_LITERAL_LOC_IGNORE", "name": "NOT_LITERAL_LOC_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "NOT_LITERAL_UNI_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.NOT_LITERAL_UNI_IGNORE", "name": "NOT_LITERAL_UNI_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "OPCODES": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.OPCODES", "name": "OPCODES", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant"], "type_ref": "builtins.list"}}}, "OP_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.OP_IGNORE", "name": "OP_IGNORE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "OP_LOCALE_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.OP_LOCALE_IGNORE", "name": "OP_LOCALE_IGNORE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "OP_UNICODE_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.OP_UNICODE_IGNORE", "name": "OP_UNICODE_IGNORE", "type": {".class": "Instance", "args": ["sre_constants._NamedIntConstant", "sre_constants._NamedIntConstant"], "type_ref": "builtins.dict"}}}, "RANGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.RANGE", "name": "RANGE", "type": "sre_constants._NamedIntConstant"}}, "RANGE_UNI_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.RANGE_UNI_IGNORE", "name": "RANGE_UNI_IGNORE", "type": "sre_constants._NamedIntConstant"}}, "REPEAT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.REPEAT", "name": "REPEAT", "type": "sre_constants._NamedIntConstant"}}, "REPEAT_ONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.REPEAT_ONE", "name": "REPEAT_ONE", "type": "sre_constants._NamedIntConstant"}}, "SRE_FLAG_ASCII": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_ASCII", "name": "SRE_FLAG_ASCII", "type": "builtins.int"}}, "SRE_FLAG_DEBUG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_DEBUG", "name": "SRE_FLAG_DEBUG", "type": "builtins.int"}}, "SRE_FLAG_DOTALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_DOTALL", "name": "SRE_FLAG_DOTALL", "type": "builtins.int"}}, "SRE_FLAG_IGNORECASE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_IGNORECASE", "name": "SRE_FLAG_IGNORECASE", "type": "builtins.int"}}, "SRE_FLAG_LOCALE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_LOCALE", "name": "SRE_FLAG_LOCALE", "type": "builtins.int"}}, "SRE_FLAG_MULTILINE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_MULTILINE", "name": "SRE_FLAG_MULTILINE", "type": "builtins.int"}}, "SRE_FLAG_TEMPLATE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_TEMPLATE", "name": "SRE_FLAG_TEMPLATE", "type": "builtins.int"}}, "SRE_FLAG_UNICODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_UNICODE", "name": "SRE_FLAG_UNICODE", "type": "builtins.int"}}, "SRE_FLAG_VERBOSE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_FLAG_VERBOSE", "name": "SRE_FLAG_VERBOSE", "type": "builtins.int"}}, "SRE_INFO_CHARSET": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_INFO_CHARSET", "name": "SRE_INFO_CHARSET", "type": "builtins.int"}}, "SRE_INFO_LITERAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_INFO_LITERAL", "name": "SRE_INFO_LITERAL", "type": "builtins.int"}}, "SRE_INFO_PREFIX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SRE_INFO_PREFIX", "name": "SRE_INFO_PREFIX", "type": "builtins.int"}}, "SUBPATTERN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SUBPATTERN", "name": "SUBPATTERN", "type": "sre_constants._NamedIntConstant"}}, "SUCCESS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.SUCCESS", "name": "SUCCESS", "type": "sre_constants._NamedIntConstant"}}, "Self": {".class": "SymbolTableNode", "cross_ref": "_typeshed.Self", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NamedIntConstant": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["builtins.int"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sre_constants._NamedIntConstant", "name": "_NamedIntConstant", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "sre_constants._NamedIntConstant", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "sre_constants", "mro": ["sre_constants._NamedIntConstant", "builtins.int", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0], "arg_names": ["cls", "value", "name"], "flags": [], "fullname": "sre_constants._NamedIntConstant.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["cls", "value", "name"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of _NamedIntConstant", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants._NamedIntConstant.name", "name": "name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "sre_constants.__package__", "name": "__package__", "type": "builtins.str"}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "sre_constants.error", "name": "error", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "sre_constants.error", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "sre_constants", "mro": ["sre_constants.error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "msg", "pattern", "pos"], "flags": [], "fullname": "sre_constants.error.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "msg", "pattern", "pos"], "arg_types": ["sre_constants.error", "builtins.str", {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of error", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "colno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.colno", "name": "colno", "type": "builtins.int"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.lineno", "name": "lineno", "type": "builtins.int"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.msg", "name": "msg", "type": "builtins.str"}}, "pattern": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.pattern", "name": "pattern", "type": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "NoneType"}]}}}, "pos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "sre_constants.error.pos", "name": "pos", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\mypy\\typeshed\\stdlib\\sre_constants.pyi"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675300530, "dep_lines": [1, 2, 3, 1, 1], "dep_prios": [10, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "typing", "builtins", "abc"], "hash": "e4c4d5018e9c949e591bc4b93bcace1382472e1eed9dab04c6712573150b74d6", "id": "sre_constants", "ignore_all": true, "interface_hash": "06970edaa5c4c90b42b2c3dee2829668ce6b53fc88c4dc7dc20452d549aaeea7", "mtime": 1674086803, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disable_bytearray_promotion": false, "disable_error_code": [], "disable_memoryview_promotion": false, "disabled_error_codes": [], "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "enable_error_code": [], "enabled_error_codes": [], "follow_imports": "silent", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": true, "implicit_optional": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "platform": "win32", "plugins": [], "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\mypy\\typeshed\\stdlib\\sre_constants.pyi", "plugin_data": null, "size": 3960, "suppressed": [], "version_id": "0.991"}
|