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
19 KiB

{".class": "MypyFile", "_fullname": "asyncio.subprocess", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEVNULL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.subprocess.DEVNULL", "name": "DEVNULL", "type": "builtins.int"}}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PIPE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.subprocess.PIPE", "name": "PIPE", "type": "builtins.int"}}, "Process": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.subprocess.Process", "name": "Process", "type_vars": []}, "flags": [], "fullname": "asyncio.subprocess.Process", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.subprocess", "mro": ["asyncio.subprocess.Process", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "transport", "protocol", "loop"], "flags": [], "fullname": "asyncio.subprocess.Process.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "transport", "protocol", "loop"], "arg_types": ["asyncio.subprocess.Process", "asyncio.transports.BaseTransport", "asyncio.protocols.BaseProtocol", "asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Process", "ret_type": {".class": "NoneType"}, "variables": []}}}, "communicate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "input"], "flags": ["is_coroutine"], "fullname": "asyncio.subprocess.Process.communicate", "name": "communicate", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "input"], "arg_types": ["asyncio.subprocess.Process", {".class": "UnionType", "items": ["builtins.bytes", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "communicate of Process", "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": "TupleType", "implicit": false, "items": ["builtins.bytes", "builtins.bytes"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "typing.Coroutine"}, "variables": []}}}, "kill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.subprocess.Process.kill", "name": "kill", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.subprocess.Process"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "kill of Process", "ret_type": {".class": "NoneType"}, "variables": []}}}, "pid": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.subprocess.Process.pid", "name": "pid", "type": "builtins.int"}}, "returncode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "asyncio.subprocess.Process.returncode", "name": "returncode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.subprocess.Process"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "returncode of Process", "ret_type": "builtins.int", "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "returncode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.subprocess.Process"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "returncode of Process", "ret_type": "builtins.int", "variables": []}}}}, "send_signal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "signal"], "flags": [], "fullname": "asyncio.subprocess.Process.send_signal", "name": "send_signal", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "signal"], "arg_types": ["asyncio.subprocess.Process", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "send_signal of Process", "ret_type": {".class": "NoneType"}, "variables": []}}}, "stderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.subprocess.Process.stderr", "name": "stderr", "type": {".class": "UnionType", "items": ["asyncio.streams.StreamReader", {".class": "NoneType"}]}}}, "stdin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.subprocess.Process.stdin", "name": "stdin", "type": {".class": "UnionType", "items": ["asyncio.streams.StreamWriter", {".class": "NoneType"}]}}}, "stdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.subprocess.Process.stdout", "name": "stdout", "type": {".class": "UnionType", "items": ["asyncio.streams.StreamReader", {".class": "NoneType"}]}}}, "terminate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.subprocess.Process.terminate", "name": "terminate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.subprocess.Process"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "terminate of Process", "ret_type": {".class": "NoneType"}, "variables": []}}}, "wait": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_coroutine"], "fullname": "asyncio.subprocess.Process.wait", "name": "wait", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.subprocess.Process"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "wait of Process", "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}, "builtins.int"], "type_ref": "typing.Coroutine"}, "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "STDOUT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.subprocess.STDOUT", "name": "STDOUT", "type": "builtins.int"}}, "SubprocessStreamProtocol": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["asyncio.streams.FlowControlMixin", "asyncio.protocols.SubprocessProtocol"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "asyncio.subprocess.SubprocessStreamProtocol", "name": "SubprocessStreamProtocol", "type_vars": []}, "flags": [], "fullname": "asyncio.subprocess.SubprocessStreamProtocol", "metaclass_type": null, "metadata": {}, "module_name": "asyncio.subprocess", "mro": ["asyncio.subprocess.SubprocessStreamProtocol", "asyncio.streams.FlowControlMixin", "asyncio.protocols.Protocol", "asyncio.protocols.SubprocessProtocol", "asyncio.protocols.BaseProtocol", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "limit", "loop"], "flags": [], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "limit", "loop"], "arg_types": ["asyncio.subprocess.SubprocessStreamProtocol", "builtins.int", "asyncio.events.AbstractEventLoop"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SubprocessStreamProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}, "connection_made": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "transport"], "flags": [], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.connection_made", "name": "connection_made", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "transport"], "arg_types": ["asyncio.subprocess.SubprocessStreamProtocol", "asyncio.transports.BaseTransport"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "connection_made of SubprocessStreamProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}, "pipe_connection_lost": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "exc"], "flags": [], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.pipe_connection_lost", "name": "pipe_connection_lost", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "exc"], "arg_types": ["asyncio.subprocess.SubprocessStreamProtocol", "builtins.int", {".class": "UnionType", "items": ["builtins.Exception", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipe_connection_lost of SubprocessStreamProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}, "pipe_data_received": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "data"], "flags": [], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.pipe_data_received", "name": "pipe_data_received", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "fd", "data"], "arg_types": ["asyncio.subprocess.SubprocessStreamProtocol", "builtins.int", {".class": "UnionType", "items": ["builtins.bytes", "builtins.str"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "pipe_data_received of SubprocessStreamProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}, "process_exited": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.process_exited", "name": "process_exited", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["asyncio.subprocess.SubprocessStreamProtocol"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "process_exited of SubprocessStreamProtocol", "ret_type": {".class": "NoneType"}, "variables": []}}}, "stderr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.stderr", "name": "stderr", "type": {".class": "UnionType", "items": ["asyncio.streams.StreamReader", {".class": "NoneType"}]}}}, "stdin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.stdin", "name": "stdin", "type": {".class": "UnionType", "items": ["asyncio.streams.StreamWriter", {".class": "NoneType"}]}}}, "stdout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "asyncio.subprocess.SubprocessStreamProtocol.stdout", "name": "stdout", "type": {".class": "UnionType", "items": ["asyncio.streams.StreamReader", {".class": "NoneType"}]}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.subprocess.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.subprocess.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.subprocess.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "asyncio.subprocess.__package__", "name": "__package__", "type": "builtins.str"}}, "create_subprocess_exec": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 5, 5, 5, 5, 5, 4], "arg_names": ["program", "args", "stdin", "stdout", "stderr", "loop", "limit", "kwds"], "flags": ["is_coroutine"], "fullname": "asyncio.subprocess.create_subprocess_exec", "name": "create_subprocess_exec", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5, 5, 5, 5, 5, 4], "arg_names": ["program", "args", "stdin", "stdout", "stderr", "loop", "limit", "kwds"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "asyncio.events.AbstractEventLoop", "builtins.int", {".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_subprocess_exec", "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}, "asyncio.subprocess.Process"], "type_ref": "typing.Coroutine"}, "variables": []}}}, "create_subprocess_shell": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [2, 5, 5, 5, 5, 5, 4], "arg_names": ["Args", "stdin", "stdout", "stderr", "loop", "limit", "kwds"], "flags": ["is_coroutine"], "fullname": "asyncio.subprocess.create_subprocess_shell", "name": "create_subprocess_shell", "type": {".class": "CallableType", "arg_kinds": [2, 5, 5, 5, 5, 5, 4], "arg_names": ["Args", "stdin", "stdout", "stderr", "loop", "limit", "kwds"], "arg_types": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, {".class": "NoneType"}]}, "asyncio.events.AbstractEventLoop", "builtins.int", {".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_subprocess_shell", "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}, "asyncio.subprocess.Process"], "type_ref": "typing.Coroutine"}, "variables": []}}}, "events": {".class": "SymbolTableNode", "cross_ref": "asyncio.events", "kind": "Gdef", "module_public": false}, "protocols": {".class": "SymbolTableNode", "cross_ref": "asyncio.protocols", "kind": "Gdef", "module_public": false}, "streams": {".class": "SymbolTableNode", "cross_ref": "asyncio.streams", "kind": "Gdef", "module_public": false}, "transports": {".class": "SymbolTableNode", "cross_ref": "asyncio.transports", "kind": "Gdef", "module_public": false}}, "path": "/Users/thor/.mypyls/lib/python3.8/site-packages/mypy/typeshed/stdlib/3/asyncio/subprocess.pyi"}