ZFS Automatic Snapshot Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 lines
24 KiB

{".class": "MypyFile", "_fullname": "asyncio.unix_events", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AbstractChildWatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events.AbstractChildWatcher", "name": "AbstractChildWatcher", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events.AbstractChildWatcher", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "asyncio.unix_events._T1", "id": -1, "name": "_T1", "upper_bound": "asyncio.unix_events.AbstractChildWatcher", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of AbstractChildWatcher", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.unix_events._T1", "id": -1, "name": "_T1", "upper_bound": "asyncio.unix_events.AbstractChildWatcher", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.unix_events._T1", "id": -1, "name": "_T1", "upper_bound": "asyncio.unix_events.AbstractChildWatcher", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "typ", "exc", "tb"], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["asyncio.unix_events.AbstractChildWatcher", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of AbstractChildWatcher", "ret_type": {".class": "NoneType"}, "variables": []}}}, "add_child_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "pid", "callback", "args"], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.add_child_handler", "name": "add_child_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 2], "arg_names": ["self", "pid", "callback", "args"], "arg_types": ["asyncio.unix_events.AbstractChildWatcher", "builtins.int", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "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": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "variables": []}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "add_child_handler of AbstractChildWatcher", "ret_type": {".class": "NoneType"}, "variables": []}}}, "attach_loop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "loop"], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.attach_loop", "name": "attach_loop", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "loop"], "arg_types": ["asyncio.unix_events.AbstractChildWatcher", {".class": "UnionType", "items": ["asyncio.events.AbstractEventLoop", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "attach_loop of AbstractChildWatcher", "ret_type": {".class": "NoneType"}, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.unix_events.AbstractChildWatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "close of AbstractChildWatcher", "ret_type": {".class": "NoneType"}, "variables": []}}}, "is_active": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.is_active", "name": "is_active", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.unix_events.AbstractChildWatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "is_active of AbstractChildWatcher", "ret_type": "builtins.bool", "variables": []}}}, "remove_child_handler": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "pid"], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.remove_child_handler", "name": "remove_child_handler", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "pid"], "arg_types": ["asyncio.unix_events.AbstractChildWatcher", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "remove_child_handler of AbstractChildWatcher", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "AbstractEventLoop": {".class": "SymbolTableNode", "cross_ref": "asyncio.events.AbstractEventLoop", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseChildWatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.unix_events.AbstractChildWatcher"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events.BaseChildWatcher", "name": "BaseChildWatcher", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events.BaseChildWatcher", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events.BaseChildWatcher", "asyncio.unix_events.AbstractChildWatcher", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.BaseChildWatcher.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.unix_events.BaseChildWatcher"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of BaseChildWatcher", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BaseDefaultEventLoopPolicy": {".class": "SymbolTableNode", "cross_ref": "asyncio.events.BaseDefaultEventLoopPolicy", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BaseSelectorEventLoop": {".class": "SymbolTableNode", "cross_ref": "asyncio.selector_events.BaseSelectorEventLoop", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DefaultEventLoopPolicy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "asyncio.unix_events.DefaultEventLoopPolicy", "line": 41, "no_args": true, "normalized": false, "target": "asyncio.unix_events._UnixDefaultEventLoopPolicy"}}, "FastChildWatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.unix_events.BaseChildWatcher"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events.FastChildWatcher", "name": "FastChildWatcher", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events.FastChildWatcher", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events.FastChildWatcher", "asyncio.unix_events.BaseChildWatcher", "asyncio.unix_events.AbstractChildWatcher", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.FastChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "asyncio.unix_events._T3", "id": -1, "name": "_T3", "upper_bound": "asyncio.unix_events.FastChildWatcher", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of FastChildWatcher", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.unix_events._T3", "id": -1, "name": "_T3", "upper_bound": "asyncio.unix_events.FastChildWatcher", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.unix_events._T3", "id": -1, "name": "_T3", "upper_bound": "asyncio.unix_events.FastChildWatcher", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "MultiLoopChildWatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.unix_events.AbstractChildWatcher"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events.MultiLoopChildWatcher", "name": "MultiLoopChildWatcher", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events.MultiLoopChildWatcher", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events.MultiLoopChildWatcher", "asyncio.unix_events.AbstractChildWatcher", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.MultiLoopChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "asyncio.unix_events._T4", "id": -1, "name": "_T4", "upper_bound": "asyncio.unix_events.MultiLoopChildWatcher", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of MultiLoopChildWatcher", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.unix_events._T4", "id": -1, "name": "_T4", "upper_bound": "asyncio.unix_events.MultiLoopChildWatcher", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.unix_events._T4", "id": -1, "name": "_T4", "upper_bound": "asyncio.unix_events.MultiLoopChildWatcher", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SafeChildWatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.unix_events.BaseChildWatcher"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events.SafeChildWatcher", "name": "SafeChildWatcher", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events.SafeChildWatcher", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events.SafeChildWatcher", "asyncio.unix_events.BaseChildWatcher", "asyncio.unix_events.AbstractChildWatcher", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.SafeChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "asyncio.unix_events._T2", "id": -1, "name": "_T2", "upper_bound": "asyncio.unix_events.SafeChildWatcher", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of SafeChildWatcher", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.unix_events._T2", "id": -1, "name": "_T2", "upper_bound": "asyncio.unix_events.SafeChildWatcher", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.unix_events._T2", "id": -1, "name": "_T2", "upper_bound": "asyncio.unix_events.SafeChildWatcher", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SelectorEventLoop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "asyncio.unix_events.SelectorEventLoop", "line": 39, "no_args": true, "normalized": false, "target": "asyncio.unix_events._UnixSelectorEventLoop"}}, "ThreadedChildWatcher": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.unix_events.AbstractChildWatcher"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events.ThreadedChildWatcher", "name": "ThreadedChildWatcher", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events.ThreadedChildWatcher", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events.ThreadedChildWatcher", "asyncio.unix_events.AbstractChildWatcher", "builtins.object"], "names": {".class": "SymbolTable", "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "_warn"], "flags": [], "fullname": "asyncio.unix_events.ThreadedChildWatcher.__del__", "name": "__del__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": ["asyncio.unix_events.ThreadedChildWatcher", "asyncio.unix_events._Warn"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__del__ of ThreadedChildWatcher", "ret_type": {".class": "NoneType"}, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events.ThreadedChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "asyncio.unix_events._T5", "id": -1, "name": "_T5", "upper_bound": "asyncio.unix_events.ThreadedChildWatcher", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of ThreadedChildWatcher", "ret_type": {".class": "TypeVarType", "fullname": "asyncio.unix_events._T5", "id": -1, "name": "_T5", "upper_bound": "asyncio.unix_events.ThreadedChildWatcher", "values": [], "variance": 0}, "variables": [{".class": "TypeVarDef", "fullname": "asyncio.unix_events._T5", "id": -1, "name": "_T5", "upper_bound": "asyncio.unix_events.ThreadedChildWatcher", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "asyncio.unix_events._T1", "name": "_T1", "upper_bound": "asyncio.unix_events.AbstractChildWatcher", "values": [], "variance": 0}}, "_T2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "asyncio.unix_events._T2", "name": "_T2", "upper_bound": "asyncio.unix_events.SafeChildWatcher", "values": [], "variance": 0}}, "_T3": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "asyncio.unix_events._T3", "name": "_T3", "upper_bound": "asyncio.unix_events.FastChildWatcher", "values": [], "variance": 0}}, "_T4": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "asyncio.unix_events._T4", "name": "_T4", "upper_bound": "asyncio.unix_events.MultiLoopChildWatcher", "values": [], "variance": 0}}, "_T5": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "asyncio.unix_events._T5", "name": "_T5", "upper_bound": "asyncio.unix_events.ThreadedChildWatcher", "values": [], "variance": 0}}, "_UnixDefaultEventLoopPolicy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.events.BaseDefaultEventLoopPolicy"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events._UnixDefaultEventLoopPolicy", "name": "_UnixDefaultEventLoopPolicy", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events._UnixDefaultEventLoopPolicy", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events._UnixDefaultEventLoopPolicy", "asyncio.events.BaseDefaultEventLoopPolicy", "asyncio.events.AbstractEventLoopPolicy", "builtins.object"], "names": {".class": "SymbolTable", "get_child_watcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.unix_events._UnixDefaultEventLoopPolicy.get_child_watcher", "name": "get_child_watcher", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.unix_events._UnixDefaultEventLoopPolicy"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "get_child_watcher of _UnixDefaultEventLoopPolicy", "ret_type": "asyncio.unix_events.AbstractChildWatcher", "variables": []}}}, "set_child_watcher": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "watcher"], "flags": [], "fullname": "asyncio.unix_events._UnixDefaultEventLoopPolicy.set_child_watcher", "name": "set_child_watcher", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "watcher"], "arg_types": ["asyncio.unix_events._UnixDefaultEventLoopPolicy", {".class": "UnionType", "items": ["asyncio.unix_events.AbstractChildWatcher", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "set_child_watcher of _UnixDefaultEventLoopPolicy", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_UnixSelectorEventLoop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.selector_events.BaseSelectorEventLoop"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events._UnixSelectorEventLoop", "name": "_UnixSelectorEventLoop", "type_vars": []}, "flags": [], "fullname": "asyncio.unix_events._UnixSelectorEventLoop", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events._UnixSelectorEventLoop", "asyncio.selector_events.BaseSelectorEventLoop", "asyncio.base_events.BaseEventLoop", "asyncio.events.AbstractEventLoop", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_Warn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.unix_events._Warn", "name": "_Warn", "type_vars": []}, "flags": ["is_protocol"], "fullname": "asyncio.unix_events._Warn", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "asyncio.unix_events", "mro": ["asyncio.unix_events._Warn", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "message", "category", "stacklevel", "source"], "flags": [], "fullname": "asyncio.unix_events._Warn.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "message", "category", "stacklevel", "source"], "arg_types": ["asyncio.unix_events._Warn", "builtins.str", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__call__ of _Warn", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.unix_events.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.unix_events.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.unix_events.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.unix_events.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "types": {".class": "SymbolTableNode", "cross_ref": "types", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/asyncio/unix_events.pyi"}