mirror of
https://github.com/apache/superset.git
synced 2026-05-28 03:05:13 +00:00
1 line
23 KiB
JSON
1 line
23 KiB
JSON
{".class": "MypyFile", "_fullname": "asyncio.unix_events", "future_import_flags": [], "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": [null], "flags": [], "fullname": "asyncio.unix_events.AbstractChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "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": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "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"}, "type_guard": null, "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}, "type_guard": null, "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"}, "type_guard": null, "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"}, "type_guard": null, "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"}, "type_guard": null, "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", "type_guard": null, "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": "builtins.bool", "type_guard": null, "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"}, "type_guard": null, "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": 4, "fullname": "asyncio.unix_events.DefaultEventLoopPolicy", "line": 47, "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": [null], "flags": [], "fullname": "asyncio.unix_events.FastChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "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": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "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": [null], "flags": [], "fullname": "asyncio.unix_events.MultiLoopChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "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": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "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": [null], "flags": [], "fullname": "asyncio.unix_events.SafeChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "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": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SelectorEventLoop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "asyncio.unix_events.SelectorEventLoop", "line": 45, "no_args": true, "normalized": false, "target": "asyncio.unix_events._UnixSelectorEventLoop"}}, "Self": {".class": "SymbolTableNode", "cross_ref": "_typeshed.Self", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Server": {".class": "SymbolTableNode", "cross_ref": "asyncio.base_events.Server", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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": [null, null], "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"}, "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "asyncio.unix_events.ThreadedChildWatcher.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "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": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "upper_bound": "builtins.object", "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}, "_ProtocolFactory": {".class": "SymbolTableNode", "cross_ref": "asyncio.events._ProtocolFactory", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SSLContext": {".class": "SymbolTableNode", "cross_ref": "asyncio.events._SSLContext", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_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", "type_guard": null, "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"}, "type_guard": null, "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"}, "type_guard": null, "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"}}, "socket": {".class": "SymbolTableNode", "cross_ref": "socket.socket", "kind": "Gdef", "module_hidden": true, "module_public": false}, "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/max/.cache/pre-commit/repo61zz492t/py_env-python3.8/lib/python3.8/site-packages/mypy/typeshed/stdlib/asyncio/unix_events.pyi"} |