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": "zmq.sugar.socket", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "AttributeSetter": {".class": "SymbolTableNode", "cross_ref": "zmq.sugar.attrsettr.AttributeSetter", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "DEFAULT_PROTOCOL": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.DEFAULT_PROTOCOL", "name": "DEFAULT_PROTOCOL", "type": "builtins.int"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing.Literal", "kind": "Gdef", "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "Poller": {".class": "SymbolTableNode", "cross_ref": "zmq.sugar.poll.Poller", "kind": "Gdef", "module_public": false}, "ST": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "zmq.sugar.socket.ST", "name": "ST", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_public": false}, "Socket": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["zmq.backend.Socket", "zmq.sugar.attrsettr.AttributeSetter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zmq.sugar.socket.Socket", "name": "Socket", "type_vars": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "zmq.sugar.socket.Socket", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "zmq.sugar.socket", "mro": ["zmq.sugar.socket.Socket", "zmq.backend.Socket", "zmq.sugar.attrsettr.AttributeSetter", "builtins.object"], "names": {".class": "SymbolTable", "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1], "arg_names": ["self", "memo"], "flags": [], "fullname": "zmq.sugar.socket.Socket.__copy__", "name": "__copy__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "memo"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__copy__ of Socket", "ret_type": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.__deepcopy__", "name": "__deepcopy__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "memo"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "zmq.sugar.socket.Socket.__del__", "name": "__del__", "type": null}}, "__dir__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zmq.sugar.socket.Socket.__dir__", "name": "__dir__", "type": null}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "zmq.sugar.socket.Socket.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "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": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 2, 4], "arg_names": [null, null, null], "flags": [], "fullname": "zmq.sugar.socket.Socket.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "zmq.sugar.socket.Socket.__init__", "impl": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["self", "ctx_or_socket", "socket_type", "shadow", "copy_threshold"], "flags": ["is_overload"], "fullname": "zmq.sugar.socket.Socket.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5, 5], "arg_names": ["self", "ctx_or_socket", "socket_type", "shadow", "copy_threshold"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.context.Context"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "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": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "ctx_or_socket", "socket_type", "copy_threshold"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "ctx_or_socket", "socket_type", "copy_threshold"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.context.Context"}, "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.__init__", "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 3, 5], "arg_names": ["self", "shadow", "copy_threshold"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["self", "shadow", "copy_threshold"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.__init__", "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "ctx_or_socket"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ctx_or_socket"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}], "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": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.__init__", "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 5], "arg_names": ["self", "ctx_or_socket", "socket_type", "copy_threshold"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.context.Context"}, "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": []}, {".class": "CallableType", "arg_kinds": [0, 3, 5], "arg_names": ["self", "shadow", "copy_threshold"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "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": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ctx_or_socket"], "arg_types": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}], "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": []}]}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "zmq.sugar.socket.Socket.__repr__", "name": "__repr__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "value"], "flags": [], "fullname": "zmq.sugar.socket.Socket.__setattr__", "name": "__setattr__", "type": null}}, "_bind_cm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "flags": [], "fullname": "zmq.sugar.socket.Socket._bind_cm", "name": "_bind_cm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_bind_cm of Socket", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket._SocketContext"}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "_connect_cm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "flags": [], "fullname": "zmq.sugar.socket.Socket._connect_cm", "name": "_connect_cm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_connect_cm of Socket", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket._SocketContext"}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "_deserialize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0], "arg_names": ["self", "recvd", "load"], "flags": [], "fullname": "zmq.sugar.socket.Socket._deserialize", "name": "_deserialize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "recvd", "load"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.bytes", {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.bytes"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "unpack_kwargs": false, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_deserialize of Socket", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "_monitor_socket": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket._monitor_socket", "name": "_monitor_socket", "type": {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "NoneType"}]}}}, "_poller_class": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket._poller_class", "name": "_poller_class", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": ["zmq.sugar.poll.Poller"], "def_extras": {"first_arg": "self"}, "fallback": "builtins.type", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "zmq.sugar.poll.Poller", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "_repr_cls": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket._repr_cls", "name": "_repr_cls", "type": "builtins.str"}}, "_shadow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket._shadow", "name": "_shadow", "type": "builtins.bool"}}, "_shadow_obj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket._shadow_obj", "name": "_shadow_obj", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "NoneType"}]}}}, "_type_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket._type_name", "name": "_type_name", "type": "builtins.str"}}, "bind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "flags": [], "fullname": "zmq.sugar.socket.Socket.bind", "name": "bind", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "bind of Socket", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket._SocketContext"}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "bind_to_random_port": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "addr", "min_port", "max_port", "max_tries"], "flags": [], "fullname": "zmq.sugar.socket.Socket.bind_to_random_port", "name": "bind_to_random_port", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "addr", "min_port", "max_port", "max_tries"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "builtins.str", "builtins.int", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "bind_to_random_port of Socket", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1], "arg_names": ["self", "linger"], "flags": [], "fullname": "zmq.sugar.socket.Socket.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "linger"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "close of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "connect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "flags": [], "fullname": "zmq.sugar.socket.Socket.connect", "name": "connect", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "addr"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "connect of Socket", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket._SocketContext"}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "disable_monitor": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zmq.sugar.socket.Socket.disable_monitor", "name": "disable_monitor", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "disable_monitor of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zmq.sugar.socket.Socket.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fileno of Socket", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "get_hwm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "zmq.sugar.socket.Socket.get_hwm", "name": "get_hwm", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_hwm of Socket", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "get_monitor_socket": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1], "arg_names": ["self", "events", "addr"], "flags": [], "fullname": "zmq.sugar.socket.Socket.get_monitor_socket", "name": "get_monitor_socket", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "events", "addr"], "arg_types": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, {".class": "UnionType", "items": ["builtins.int", {".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": "get_monitor_socket of Socket", "ret_type": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}, "get_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1], "arg_names": ["self", "option", "encoding"], "flags": [], "fullname": "zmq.sugar.socket.Socket.get_string", "name": "get_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "option", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_string of Socket", "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "getsockopt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.getsockopt", "name": "getsockopt", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "option"], "arg_types": ["zmq.backend.Socket", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["builtins.int", "builtins.bytes", "builtins.str"]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "getsockopt_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.getsockopt_string", "name": "getsockopt_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "option", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "getsockopt_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.getsockopt_unicode", "name": "getsockopt_unicode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "option", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "hwm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.hwm", "name": "hwm", "type": "builtins.property"}}, "poll": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1], "arg_names": ["self", "timeout", "flags"], "flags": [], "fullname": "zmq.sugar.socket.Socket.poll", "name": "poll", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "timeout", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "poll of Socket", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "rcvhwm": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.rcvhwm", "name": "rcvhwm", "type": "builtins.int"}}, "recv_json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 4], "arg_names": ["self", "flags", "kwargs"], "flags": [], "fullname": "zmq.sugar.socket.Socket.recv_json", "name": "recv_json", "type": {".class": "CallableType", "arg_kinds": [0, 1, 4], "arg_names": ["self", "flags", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_json of Socket", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, "builtins.str", "builtins.int", "builtins.float", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "recv_multipart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "impl": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "flags", "copy", "track"], "flags": ["is_overload"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "flags", "copy", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["zmq.sugar.frame.Frame"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 3, 5], "arg_names": ["self", "flags", "copy", "track"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": {".class": "CallableType", "arg_kinds": [0, 1, 3, 5], "arg_names": ["self", "flags", "copy", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 3, 5], "arg_names": ["self", "flags", "copy", "track"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": {".class": "CallableType", "arg_kinds": [0, 1, 3, 5], "arg_names": ["self", "flags", "copy", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "Instance", "args": ["zmq.sugar.frame.Frame"], "type_ref": "builtins.list"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 5], "arg_names": ["self", "flags", "track"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "flags", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "flags", "copy", "track"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "flags", "copy", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["zmq.sugar.frame.Frame"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.recv_multipart", "name": "recv_multipart", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 3, 5], "arg_names": ["self", "flags", "copy", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 3, 5], "arg_names": ["self", "flags", "copy", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "Instance", "args": ["zmq.sugar.frame.Frame"], "type_ref": "builtins.list"}, "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["self", "flags", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}, "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "flags", "copy", "track"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_multipart of Socket", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["zmq.sugar.frame.Frame"], "type_ref": "builtins.list"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "builtins.list"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}]}}}, "recv_pyobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1], "arg_names": ["self", "flags"], "flags": [], "fullname": "zmq.sugar.socket.Socket.recv_pyobj", "name": "recv_pyobj", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "flags"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_pyobj of Socket", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "recv_serialized": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "deserialize", "flags", "copy"], "flags": [], "fullname": "zmq.sugar.socket.Socket.recv_serialized", "name": "recv_serialized", "type": null}}, "recv_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1, 1], "arg_names": ["self", "flags", "encoding"], "flags": [], "fullname": "zmq.sugar.socket.Socket.recv_string", "name": "recv_string", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "flags", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "recv_string of Socket", "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "recv_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.recv_unicode", "name": "recv_unicode", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "flags", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "send": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "zmq.sugar.socket.Socket.send", "impl": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "flags": ["is_overload"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": {".class": "UnionType", "items": ["zmq.sugar.tracker.MessageTracker", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 3, 5, 5], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 3, 5, 5], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": "zmq.sugar.tracker.MessageTracker", "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 3, 5, 5], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 3, 5, 5], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "data", "flags", "copy", "routing_id", "group"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "data", "flags", "copy", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "flags": ["is_overload", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": {".class": "UnionType", "items": ["zmq.sugar.tracker.MessageTracker", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.send", "name": "send", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 3, 5, 5], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": true}, {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": "zmq.sugar.tracker.MessageTracker", "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 3, 5, 5], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 5, 5, 5], "arg_names": ["self", "data", "flags", "copy", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "data", "flags", "copy", "track", "routing_id", "group"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": ["builtins.int", {".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": "send of Socket", "ret_type": {".class": "UnionType", "items": ["zmq.sugar.tracker.MessageTracker", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}]}}}, "send_json": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "obj", "flags", "kwargs"], "flags": [], "fullname": "zmq.sugar.socket.Socket.send_json", "name": "send_json", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 4], "arg_names": ["self", "obj", "flags", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "send_json of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "send_multipart": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "msg_parts", "flags", "copy", "track", "kwargs"], "flags": [], "fullname": "zmq.sugar.socket.Socket.send_multipart", "name": "send_multipart", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "msg_parts", "flags", "copy", "track", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "typing.Sequence"}, "builtins.int", "builtins.bool", "builtins.bool", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "send_multipart of Socket", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "send_pyobj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "obj", "flags", "protocol", "kwargs"], "flags": [], "fullname": "zmq.sugar.socket.Socket.send_pyobj", "name": "send_pyobj", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 4], "arg_names": ["self", "obj", "flags", "protocol", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "send_pyobj of Socket", "ret_type": {".class": "UnionType", "items": ["zmq.sugar.frame.Frame", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "send_serialized": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0, 1, 1, 4], "arg_names": ["self", "msg", "serialize", "flags", "copy", "kwargs"], "flags": [], "fullname": "zmq.sugar.socket.Socket.send_serialized", "name": "send_serialized", "type": null}}, "send_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "u", "flags", "copy", "encoding", "kwargs"], "flags": [], "fullname": "zmq.sugar.socket.Socket.send_string", "name": "send_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "u", "flags", "copy", "encoding", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.str", "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "send_string of Socket", "ret_type": {".class": "UnionType", "items": ["zmq.sugar.frame.Frame", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "send_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.send_unicode", "name": "send_unicode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 4], "arg_names": ["self", "u", "flags", "copy", "encoding", "kwargs"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.str", "builtins.int", "builtins.bool", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "UnionType", "items": ["zmq.sugar.frame.Frame", {".class": "NoneType"}]}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "set_hwm": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "zmq.sugar.socket.Socket.set_hwm", "name": "set_hwm", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "set_hwm of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "set_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "option", "optval", "encoding"], "flags": [], "fullname": "zmq.sugar.socket.Socket.set_string", "name": "set_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "option", "optval", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "set_string of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "setsockopt": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.setsockopt", "name": "setsockopt", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "option", "value"], "arg_types": ["zmq.backend.Socket", "builtins.int", {".class": "UnionType", "items": ["builtins.int", "builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "setsockopt_string": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.setsockopt_string", "name": "setsockopt_string", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "option", "optval", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "setsockopt_unicode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.Socket.setsockopt_unicode", "name": "setsockopt_unicode", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "option", "optval", "encoding"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, "builtins.int", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "shadow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["cls", "address"], "flags": ["is_class", "is_decorated"], "fullname": "zmq.sugar.socket.Socket.shadow", "name": "shadow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "address"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shadow of Socket", "ret_type": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready", "is_inferred"], "fullname": "zmq.sugar.socket.Socket.shadow", "name": "shadow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "address"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shadow of Socket", "ret_type": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": -1, "name": "T", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}}}}, "sndhwm": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["is_inferred"], "fullname": "zmq.sugar.socket.Socket.sndhwm", "name": "sndhwm", "type": "builtins.int"}}, "socket_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": "zmq.sugar.socket.Socket.socket_type", "name": "socket_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "socket_type of Socket", "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": "zmq.sugar.socket.Socket.socket_type", "name": "socket_type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "socket_type of Socket", "ret_type": "builtins.int", "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "subscribe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "topic"], "flags": [], "fullname": "zmq.sugar.socket.Socket.subscribe", "name": "subscribe", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "topic"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "subscribe of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "unsubscribe": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0], "arg_names": ["self", "topic"], "flags": [], "fullname": "zmq.sugar.socket.Socket.unsubscribe", "name": "unsubscribe", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "topic"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.ST", "id": 1, "name": "ST", "namespace": "zmq.sugar.socket.Socket", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket.Socket"}, {".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "unsubscribe of Socket", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["ST"], "typeddict_type": null}}, "SocketBase": {".class": "SymbolTableNode", "cross_ref": "zmq.backend.Socket", "kind": "Gdef", "module_public": false}, "SocketOption": {".class": "SymbolTableNode", "cross_ref": "zmq.constants.SocketOption", "kind": "Gdef", "module_public": false}, "SocketType": {".class": "SymbolTableNode", "cross_ref": "zmq.constants.SocketType", "kind": "Gdef", "module_public": false}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "zmq.sugar.socket.T", "name": "T", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "ZMQBindError": {".class": "SymbolTableNode", "cross_ref": "zmq.error.ZMQBindError", "kind": "Gdef", "module_public": false}, "ZMQError": {".class": "SymbolTableNode", "cross_ref": "zmq.error.ZMQError", "kind": "Gdef", "module_public": false}, "_OptType": {".class": "SymbolTableNode", "cross_ref": "zmq.constants._OptType", "kind": "Gdef", "module_public": false}, "_SocketContext": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zmq.sugar.socket._SocketContext", "name": "_SocketContext", "type_vars": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": 1, "name": "T", "namespace": "zmq.sugar.socket._SocketContext", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "zmq.sugar.socket._SocketContext", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "zmq.sugar.socket", "mro": ["zmq.sugar.socket._SocketContext", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "zmq.sugar.socket._SocketContext.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": 1, "name": "T", "namespace": "zmq.sugar.socket._SocketContext", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket._SocketContext"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of _SocketContext", "ret_type": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": 1, "name": "T", "namespace": "zmq.sugar.socket._SocketContext", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 2], "arg_names": [null, null], "flags": [], "fullname": "zmq.sugar.socket._SocketContext.__exit__", "name": "__exit__", "type": null}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "socket", "kind", "addr"], "flags": [], "fullname": "zmq.sugar.socket._SocketContext.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "socket", "kind", "addr"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": 1, "name": "T", "namespace": "zmq.sugar.socket._SocketContext", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}], "type_ref": "zmq.sugar.socket._SocketContext"}, {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": 1, "name": "T", "namespace": "zmq.sugar.socket._SocketContext", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _SocketContext", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "zmq.sugar.socket._SocketContext.__repr__", "name": "__repr__", "type": null}}, "addr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zmq.sugar.socket._SocketContext.addr", "name": "addr", "type": "builtins.str"}}, "kind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zmq.sugar.socket._SocketContext.kind", "name": "kind", "type": "builtins.str"}}, "socket": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zmq.sugar.socket._SocketContext.socket", "name": "socket", "type": {".class": "TypeVarType", "fullname": "zmq.sugar.socket.T", "id": 1, "name": "T", "namespace": "zmq.sugar.socket._SocketContext", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "zmq.sugar.socket.Socket"}, "values": [], "variance": 0}}}}, "slots": null, "tuple_type": null, "type_vars": ["T"], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.socket.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.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", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.socket.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.socket.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.socket.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.socket.__package__", "name": "__package__", "type": "builtins.str"}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}, "cast_int_addr": {".class": "SymbolTableNode", "cross_ref": "zmq.utils.interop.cast_int_addr", "kind": "Gdef", "module_public": false}, "errno": {".class": "SymbolTableNode", "cross_ref": "errno", "kind": "Gdef", "module_public": false}, "jsonapi": {".class": "SymbolTableNode", "cross_ref": "zmq.utils.jsonapi", "kind": "Gdef", "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_public": false}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef", "module_public": false}, "random": {".class": "SymbolTableNode", "cross_ref": "random", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "warn": {".class": "SymbolTableNode", "cross_ref": "_warnings.warn", "kind": "Gdef", "module_public": false}, "zmq": {".class": "SymbolTableNode", "cross_ref": "zmq", "kind": "Gdef", "module_public": false}}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\zmq\\sugar\\socket.py"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675301263, "dep_lines": [31, 32, 35, 36, 28, 29, 30, 31, 34, 7, 8, 9, 10, 11, 25, 27, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 5, 20, 5, 10, 10, 10, 10, 5, 5, 10, 5, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["zmq.utils.jsonapi", "zmq.utils.interop", "zmq.sugar.attrsettr", "zmq.sugar.poll", "zmq._typing", "zmq.backend", "zmq.error", "zmq.utils", "zmq.constants", "errno", "pickle", "random", "sys", "typing", "warnings", "zmq", "builtins", "_typeshed", "_warnings", "abc", "array", "ctypes", "enum", "mmap", "typing_extensions", "zmq.sugar.context", "zmq.sugar.frame", "zmq.sugar.tracker", "zmq.sugar.version"], "hash": "468da991a2b68b29c519c4ffe043b64a6673bf86c3b50616fa0c029f27ffdab7", "id": "zmq.sugar.socket", "ignore_all": true, "interface_hash": "97ff15290d3286f3d846c4722005e56b4b5de9797156690a6419b00820400923", "mtime": 1675280922, "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\\zmq\\sugar\\socket.py", "plugin_data": null, "size": 34891, "suppressed": [], "version_id": "0.991"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "zmq.sugar.tracker", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Event": {".class": "SymbolTableNode", "cross_ref": "threading.Event", "kind": "Gdef", "module_public": false}, "Frame": {".class": "SymbolTableNode", "cross_ref": "zmq.backend.Frame", "kind": "Gdef", "module_public": false}, "MessageTracker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": [], "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "zmq.sugar.tracker.MessageTracker", "name": "MessageTracker", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "zmq.sugar.tracker.MessageTracker", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "zmq.sugar.tracker", "mro": ["zmq.sugar.tracker.MessageTracker", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 2], "arg_names": ["self", "towatch"], "flags": [], "fullname": "zmq.sugar.tracker.MessageTracker.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "towatch"], "arg_types": ["zmq.sugar.tracker.MessageTracker", {".class": "TupleType", "implicit": false, "items": [{".class": "UnionType", "items": ["zmq.sugar.tracker.MessageTracker", "threading.Event", "zmq.backend.Frame"]}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MessageTracker", "ret_type": {".class": "NoneType"}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "done": {".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": "zmq.sugar.tracker.MessageTracker.done", "name": "done", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready", "is_inferred"], "fullname": "zmq.sugar.tracker.MessageTracker.done", "name": "done", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["zmq.sugar.tracker.MessageTracker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "done of MessageTracker", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "events": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zmq.sugar.tracker.MessageTracker.events", "name": "events", "type": {".class": "Instance", "args": ["threading.Event"], "type_ref": "builtins.set"}}}, "peers": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "zmq.sugar.tracker.MessageTracker.peers", "name": "peers", "type": {".class": "Instance", "args": ["zmq.sugar.tracker.MessageTracker"], "type_ref": "builtins.set"}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "flags": [], "fullname": "zmq.sugar.tracker.MessageTracker.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "timeout"], "arg_types": ["zmq.sugar.tracker.MessageTracker", {".class": "UnionType", "items": ["builtins.float", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "wait of MessageTracker", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "unpack_kwargs": false, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NotDone": {".class": "SymbolTableNode", "cross_ref": "zmq.error.NotDone", "kind": "Gdef", "module_public": false}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.Set", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "_FINISHED_TRACKER": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.tracker._FINISHED_TRACKER", "name": "_FINISHED_TRACKER", "type": "zmq.sugar.tracker.MessageTracker"}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.tracker.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.tracker.__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", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.tracker.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.tracker.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.tracker.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.tracker.__package__", "name": "__package__", "type": "builtins.str"}}, "time": {".class": "SymbolTableNode", "cross_ref": "time", "kind": "Gdef", "module_public": false}}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\zmq\\sugar\\tracker.py"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675301263, "dep_lines": [10, 11, 6, 7, 8, 1, 1], "dep_prios": [5, 5, 10, 5, 5, 5, 30], "dependencies": ["zmq.backend", "zmq.error", "time", "threading", "typing", "builtins", "abc"], "hash": "25af7257d09894678b95a8c63d58c1a3d0e79dd8d653c21951611b1a58b02194", "id": "zmq.sugar.tracker", "ignore_all": true, "interface_hash": "93593ad60a1fe934e53db399aedaa323f690bce4c3757b2ce602ea858a207e16", "mtime": 1675280922, "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\\zmq\\sugar\\tracker.py", "plugin_data": null, "size": 3820, "suppressed": [], "version_id": "0.991"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "zmq.sugar.version", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Match": {".class": "SymbolTableNode", "cross_ref": "re.Match", "kind": "Gdef", "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "VERSION_EXTRA": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version.VERSION_EXTRA", "name": "VERSION_EXTRA", "type": {".class": "AnyType", "missing_import_name": null, "source_any": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, "type_of_any": 7}}}, "VERSION_MAJOR": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version.VERSION_MAJOR", "name": "VERSION_MAJOR", "type": "builtins.int"}}, "VERSION_MINOR": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version.VERSION_MINOR", "name": "VERSION_MINOR", "type": "builtins.int"}}, "VERSION_PATCH": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version.VERSION_PATCH", "name": "VERSION_PATCH", "type": "builtins.int"}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.version.__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", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.version.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.version.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.version.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.sugar.version.__package__", "name": "__package__", "type": "builtins.str"}}, "__revision__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready", "has_explicit_value"], "fullname": "zmq.sugar.version.__revision__", "name": "__revision__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready", "has_explicit_value"], "fullname": "zmq.sugar.version.__version__", "name": "__version__", "type": "builtins.str"}}, "_match": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version._match", "name": "_match", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "re.Match"}}}, "_version_groups": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version._version_groups", "name": "_version_groups", "type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.tuple"}}}, "_version_pat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.sugar.version._version_pat", "name": "_version_pat", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "re.Pattern"}}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}, "pyzmq_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "zmq.sugar.version.pyzmq_version", "name": "pyzmq_version", "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": "pyzmq_version", "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "pyzmq_version_info": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "zmq.sugar.version.pyzmq_version_info", "name": "pyzmq_version_info", "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": "pyzmq_version_info", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["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"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.float"], "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": []}}}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "version_info": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready", "has_explicit_value"], "fullname": "zmq.sugar.version.version_info", "name": "version_info", "type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["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"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "zmq_version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "zmq.sugar.version.zmq_version", "name": "zmq_version", "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": "zmq_version", "ret_type": "builtins.str", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "zmq_version_info": {".class": "SymbolTableNode", "cross_ref": "zmq.backend.zmq_version_info", "kind": "Gdef"}}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\zmq\\sugar\\version.py"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675301263, "dep_lines": [9, 6, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1], "dep_prios": [5, 10, 5, 5, 30, 30, 30, 30, 30, 30, 30, 30], "dependencies": ["zmq.backend", "re", "typing", "builtins", "_typeshed", "abc", "array", "ctypes", "enum", "mmap", "pickle", "typing_extensions"], "hash": "6a7c86a7317c18d639186d1446c98263fee902b625c32a2a5382e20f7b42430a", "id": "zmq.sugar.version", "ignore_all": true, "interface_hash": "05d26a296d9b8c195634df1a2b17fe2f54c72a948548afecd5b0b2e0b5dff43b", "mtime": 1675280922, "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\\zmq\\sugar\\version.py", "plugin_data": null, "size": 1670, "suppressed": [], "version_id": "0.991"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "zmq.utils", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.__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": "zmq.utils.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}}, "path": "C:\\Users\\ben.hardcastle\\AppData\\Local\\pypoetry\\Cache\\virtualenvs\\np-workflows-S6vpCEsL-py3.9\\lib\\site-packages\\zmq\\utils\\__init__.py"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675301262, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855", "id": "zmq.utils", "ignore_all": true, "interface_hash": "ddb695894e7ca426fdc474197a113b633dff3c459092f153cd0bf4390d19fed4", "mtime": 1675280923, "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\\zmq\\utils\\__init__.py", "plugin_data": null, "size": 0, "suppressed": [], "version_id": "0.991"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "zmq.utils.interop", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.interop.__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": "zmq.utils.interop.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.interop.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.interop.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.interop.__package__", "name": "__package__", "type": "builtins.str"}}, "cast_int_addr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0], "arg_names": ["n"], "flags": [], "fullname": "zmq.utils.interop.cast_int_addr", "name": "cast_int_addr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["n"], "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": "cast_int_addr", "ret_type": "builtins.int", "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\\zmq\\utils\\interop.py"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675301262, "dep_lines": [9, 1, 1, 1, 1, 1, 1, 1, 1, 20], "dep_prios": [5, 5, 30, 30, 30, 30, 30, 30, 30, 20], "dependencies": ["typing", "builtins", "_typeshed", "abc", "array", "ctypes", "mmap", "pickle", "typing_extensions"], "hash": "d5c5ab528a25abc5a5b0749b48882093ddd53f519083995a3ff65fa15a9dcb03", "id": "zmq.utils.interop", "ignore_all": true, "interface_hash": "1421a9d8bcc5fbdc4a356235030cf89da649ce3620246eff14abbcd8ae82d813", "mtime": 1675280923, "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\\zmq\\utils\\interop.py", "plugin_data": null, "size": 714, "suppressed": ["cffi"], "version_id": "0.991"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{".class": "MypyFile", "_fullname": "zmq.utils.jsonapi", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_inferred", "has_explicit_value"], "fullname": "zmq.utils.jsonapi.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.jsonapi.__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", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.jsonapi.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.jsonapi.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.jsonapi.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "zmq.utils.jsonapi.__package__", "name": "__package__", "type": "builtins.str"}}, "dumps": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 4], "arg_names": ["o", "kwargs"], "flags": [], "fullname": "zmq.utils.jsonapi.dumps", "name": "dumps", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["o", "kwargs"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dumps", "ret_type": "builtins.bytes", "type_guard": null, "unpack_kwargs": false, "variables": []}}}, "json": {".class": "SymbolTableNode", "cross_ref": "json", "kind": "Gdef", "module_public": false}, "jsonmod": {".class": "SymbolTableNode", "cross_ref": "json", "kind": "Gdef", "module_public": false}, "loads": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "abstract_status": 0, "arg_kinds": [0, 4], "arg_names": ["s", "kwargs"], "flags": [], "fullname": "zmq.utils.jsonapi.loads", "name": "loads", "type": {".class": "CallableType", "arg_kinds": [0, 4], "arg_names": ["s", "kwargs"], "arg_types": [{".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "loads", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.list"}, "builtins.str", "builtins.int", "builtins.float"]}, "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\\zmq\\utils\\jsonapi.py"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"data_mtime": 1675301262, "dep_lines": [12, 13, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30, 30, 30, 30], "dependencies": ["json", "typing", "builtins", "abc", "json.decoder", "json.encoder", "types", "typing_extensions"], "hash": "4aa8fd9c9b8744fa2afa1c1c3e75870a45f5be14a9c59f8dfc12a3b64e73c18d", "id": "zmq.utils.jsonapi", "ignore_all": true, "interface_hash": "617454974fb8e4d1a3d3045b2f9f7e87f22d09a00d8550ad14ba685e1dc0bb1f", "mtime": 1675280923, "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\\zmq\\utils\\jsonapi.py", "plugin_data": null, "size": 1055, "suppressed": [], "version_id": "0.991"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
#Modify Path to the picture accordingly to reflect your infrastructure
|
|
3
|
-
$imgPath="\\allen\programs\mindscope\workgroups\dynamicrouting\ben\black_wallpaper.bmp"
|
|
4
|
-
$code = @'
|
|
5
|
-
using System.Runtime.InteropServices;
|
|
6
|
-
namespace Win32{
|
|
7
|
-
|
|
8
|
-
public class Wallpaper{
|
|
9
|
-
[DllImport("user32.dll", CharSet=CharSet.Auto)]
|
|
10
|
-
static extern int SystemParametersInfo (int uAction , int uParam , string lpvParam , int fuWinIni) ;
|
|
11
|
-
|
|
12
|
-
public static void SetWallpaper(string thePath){
|
|
13
|
-
SystemParametersInfo(20,0,thePath,3);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
'@
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
add-type $code
|
|
21
|
-
|
|
22
|
-
Function Enable-AutoHideTaskBar {
|
|
23
|
-
#This will configure the Windows taskbar to auto-hide
|
|
24
|
-
[cmdletbinding(SupportsShouldProcess)]
|
|
25
|
-
[Alias("Hide-TaskBar")]
|
|
26
|
-
[OutputType("None")]
|
|
27
|
-
Param()
|
|
28
|
-
|
|
29
|
-
Begin {
|
|
30
|
-
Write-Verbose "[$((Get-Date).TimeofDay) BEGIN ] Starting $($myinvocation.mycommand)"
|
|
31
|
-
$RegPath = 'HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3'
|
|
32
|
-
} #begin
|
|
33
|
-
Process {
|
|
34
|
-
if (Test-Path $regpath) {
|
|
35
|
-
Write-Verbose "[$((Get-Date).TimeofDay) PROCESS] Auto Hiding Windows 10 TaskBar"
|
|
36
|
-
$RegValues = (Get-ItemProperty -Path $RegPath).Settings
|
|
37
|
-
$RegValues[8] = 3
|
|
38
|
-
|
|
39
|
-
Set-ItemProperty -Path $RegPath -Name Settings -Value $RegValues
|
|
40
|
-
|
|
41
|
-
if ($PSCmdlet.ShouldProcess("Explorer", "Restart")) {
|
|
42
|
-
#Kill the Explorer process to force the change
|
|
43
|
-
Stop-Process -Name explorer -Force
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
else {
|
|
47
|
-
Write-Warning "Can't find registry location $regpath."
|
|
48
|
-
}
|
|
49
|
-
} #process
|
|
50
|
-
End {
|
|
51
|
-
Write-Verbose "[$((Get-Date).TimeofDay) END ] Ending $($myinvocation.mycommand)"
|
|
52
|
-
} #end
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
#Apply the Change on the system
|
|
56
|
-
[Win32.Wallpaper]::SetWallpaper($imgPath)
|
|
57
|
-
|
|
58
|
-
(New-Object -ComObject shell.application).toggleDesktop()
|
|
59
|
-
|
|
60
|
-
#Hide icons on the Desktop
|
|
61
|
-
$Path="HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"
|
|
62
|
-
Set-ItemProperty -Path $Path -Name "HideIcons" -Value 1
|
|
63
|
-
# Get-Process "explorer"| Stop-Process
|
|
64
|
-
Enable-AutoHideTaskBar
|
|
65
|
-
# Get-Process "explorer"| Stop-Process
|
|
66
|
-
|