mirror of
https://github.com/apache/superset.git
synced 2026-05-25 17:55:15 +00:00
1 line
18 KiB
JSON
1 line
18 KiB
JSON
{".class": "MypyFile", "_fullname": "aiohttp.worker", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AccessLogger": {".class": "SymbolTableNode", "cross_ref": "aiohttp.web_log.AccessLogger", "kind": "Gdef", "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "Application": {".class": "SymbolTableNode", "cross_ref": "aiohttp.web_app.Application", "kind": "Gdef", "module_public": false}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_public": false}, "FrameType": {".class": "SymbolTableNode", "cross_ref": "types.FrameType", "kind": "Gdef", "module_public": false}, "GunicornAccessLogFormat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "aiohttp.worker.GunicornAccessLogFormat", "name": "GunicornAccessLogFormat", "type": {".class": "AnyType", "missing_import_name": "aiohttp.worker.GunicornAccessLogFormat", "source_any": null, "type_of_any": 3}}}, "GunicornTokioWebWorker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["aiohttp.worker.GunicornWebWorker"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.worker.GunicornTokioWebWorker", "name": "GunicornTokioWebWorker", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "aiohttp.worker.GunicornTokioWebWorker", "metaclass_type": null, "metadata": {}, "module_name": "aiohttp.worker", "mro": ["aiohttp.worker.GunicornTokioWebWorker", "aiohttp.worker.GunicornWebWorker", "builtins.object"], "names": {".class": "SymbolTable", "init_process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.worker.GunicornTokioWebWorker.init_process", "name": "init_process", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.worker.GunicornTokioWebWorker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "init_process of GunicornTokioWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GunicornUVLoopWebWorker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["aiohttp.worker.GunicornWebWorker"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.worker.GunicornUVLoopWebWorker", "name": "GunicornUVLoopWebWorker", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "aiohttp.worker.GunicornUVLoopWebWorker", "metaclass_type": null, "metadata": {}, "module_name": "aiohttp.worker", "mro": ["aiohttp.worker.GunicornUVLoopWebWorker", "aiohttp.worker.GunicornWebWorker", "builtins.object"], "names": {".class": "SymbolTable", "init_process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.worker.GunicornUVLoopWebWorker.init_process", "name": "init_process", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.worker.GunicornUVLoopWebWorker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "init_process of GunicornUVLoopWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GunicornWebWorker": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "aiohttp.worker.GunicornWebWorker", "name": "GunicornWebWorker", "type_vars": []}, "flags": ["fallback_to_any"], "fullname": "aiohttp.worker.GunicornWebWorker", "metaclass_type": null, "metadata": {}, "module_name": "aiohttp.worker", "mro": ["aiohttp.worker.GunicornWebWorker", "builtins.object"], "names": {".class": "SymbolTable", "DEFAULT_AIOHTTP_LOG_FORMAT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "aiohttp.worker.GunicornWebWorker.DEFAULT_AIOHTTP_LOG_FORMAT", "name": "DEFAULT_AIOHTTP_LOG_FORMAT", "type": "builtins.str"}}, "DEFAULT_GUNICORN_LOG_FORMAT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "aiohttp.worker.GunicornWebWorker.DEFAULT_GUNICORN_LOG_FORMAT", "name": "DEFAULT_GUNICORN_LOG_FORMAT", "type": {".class": "AnyType", "missing_import_name": "aiohttp.worker.GunicornAccessLogFormat", "source_any": {".class": "AnyType", "missing_import_name": "aiohttp.worker.GunicornAccessLogFormat", "source_any": null, "type_of_any": 3}, "type_of_any": 7}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kw"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kw"], "arg_types": ["aiohttp.worker.GunicornWebWorker", {".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": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of GunicornWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}, "_create_ssl_context": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["cfg"], "flags": ["is_static", "is_decorated"], "fullname": "aiohttp.worker.GunicornWebWorker._create_ssl_context", "name": "_create_ssl_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cfg"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_create_ssl_context of GunicornWebWorker", "ret_type": "ssl.SSLContext", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_staticmethod", "is_ready"], "fullname": null, "name": "_create_ssl_context", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["cfg"], "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", "implicit": false, "is_ellipsis_args": false, "name": "_create_ssl_context of GunicornWebWorker", "ret_type": "ssl.SSLContext", "variables": []}}}}, "_get_valid_log_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "source_format"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker._get_valid_log_format", "name": "_get_valid_log_format", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "source_format"], "arg_types": ["aiohttp.worker.GunicornWebWorker", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_get_valid_log_format of GunicornWebWorker", "ret_type": "builtins.str", "variables": []}}}, "_notify_waiter": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "aiohttp.worker.GunicornWebWorker._notify_waiter", "name": "_notify_waiter", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bool"], "type_ref": "asyncio.futures.Future"}, {".class": "NoneType"}]}}}, "_notify_waiter_done": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "waiter"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker._notify_waiter_done", "name": "_notify_waiter_done", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "waiter"], "arg_types": ["aiohttp.worker.GunicornWebWorker", {".class": "Instance", "args": ["builtins.bool"], "type_ref": "asyncio.futures.Future"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_notify_waiter_done of GunicornWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}, "_run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "aiohttp.worker.GunicornWebWorker._run", "name": "_run", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.worker.GunicornWebWorker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_run of GunicornWebWorker", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "NoneType"}], "type_ref": "typing.Coroutine"}, "variables": []}}}, "_task": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "aiohttp.worker.GunicornWebWorker._task", "name": "_task", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "NoneType"}], "type_ref": "asyncio.tasks.Task"}, {".class": "NoneType"}]}}}, "_wait_next_notify": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker._wait_next_notify", "name": "_wait_next_notify", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.worker.GunicornWebWorker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_wait_next_notify of GunicornWebWorker", "ret_type": {".class": "Instance", "args": ["builtins.bool"], "type_ref": "asyncio.futures.Future"}, "variables": []}}}, "alive": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.alive", "name": "alive", "type": "builtins.bool"}}, "exit_code": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.exit_code", "name": "exit_code", "type": "builtins.int"}}, "handle_abort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sig", "frame"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.handle_abort", "name": "handle_abort", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sig", "frame"], "arg_types": ["aiohttp.worker.GunicornWebWorker", "builtins.int", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle_abort of GunicornWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}, "handle_quit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sig", "frame"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.handle_quit", "name": "handle_quit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "sig", "frame"], "arg_types": ["aiohttp.worker.GunicornWebWorker", "builtins.int", "types.FrameType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "handle_quit of GunicornWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}, "init_process": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.init_process", "name": "init_process", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.worker.GunicornWebWorker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "init_process of GunicornWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}, "init_signals": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.init_signals", "name": "init_signals", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.worker.GunicornWebWorker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "init_signals of GunicornWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}, "loop": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.loop", "name": "loop", "type": "asyncio.events.AbstractEventLoop"}}, "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "aiohttp.worker.GunicornWebWorker.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["aiohttp.worker.GunicornWebWorker"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of GunicornWebWorker", "ret_type": {".class": "NoneType"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_public": false}, "SSLContext": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "aiohttp.worker.SSLContext", "line": 22, "no_args": true, "normalized": false, "target": "ssl.SSLContext"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "aiohttp.worker.__all__", "name": "__all__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.worker.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.worker.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.worker.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "aiohttp.worker.__package__", "name": "__package__", "type": "builtins.str"}}, "asyncio": {".class": "SymbolTableNode", "cross_ref": "asyncio", "kind": "Gdef", "module_public": false}, "base": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "aiohttp.worker.base", "name": "base", "type": {".class": "AnyType", "missing_import_name": "aiohttp.worker.base", "source_any": null, "type_of_any": 3}}}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_public": false}, "re": {".class": "SymbolTableNode", "cross_ref": "re", "kind": "Gdef", "module_public": false}, "set_result": {".class": "SymbolTableNode", "cross_ref": "aiohttp.helpers.set_result", "kind": "Gdef", "module_public": false}, "signal": {".class": "SymbolTableNode", "cross_ref": "signal", "kind": "Gdef", "module_public": false}, "ssl": {".class": "SymbolTableNode", "cross_ref": "ssl", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_public": false}, "web": {".class": "SymbolTableNode", "cross_ref": "aiohttp.web", "kind": "Gdef", "module_public": false}}, "path": "/Users/max/.pyenv/versions/3.6.9/envs/env36/lib/python3.6/site-packages/aiohttp/worker.py"} |