summaryrefslogtreecommitdiff
path: root/.mypy_cache/3.8/git/exc.data.json
blob: 83a0fa8db54558043832bc34007e74220e6b7baa (plain)
1
{".class": "MypyFile", "_fullname": "git.exc", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "CacheError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.GitError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.CacheError", "name": "CacheError", "type_vars": []}, "flags": [], "fullname": "git.exc.CacheError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.CacheError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CheckoutError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.GitError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.CheckoutError", "name": "CheckoutError", "type_vars": []}, "flags": [], "fullname": "git.exc.CheckoutError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.CheckoutError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0], "arg_names": ["self", "message", "failed_files", "valid_files", "failed_reasons"], "flags": [], "fullname": "git.exc.CheckoutError.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "git.exc.CheckoutError.__str__", "name": "__str__", "type": null}}, "failed_files": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CheckoutError.failed_files", "name": "failed_files", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "failed_reasons": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CheckoutError.failed_reasons", "name": "failed_reasons", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "valid_files": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CheckoutError.valid_files", "name": "valid_files", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "CommandError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.GitError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.CommandError", "name": "CommandError", "type_vars": []}, "flags": [], "fullname": "git.exc.CommandError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.CommandError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "command", "status", "stderr", "stdout"], "flags": [], "fullname": "git.exc.CommandError.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "git.exc.CommandError.__str__", "name": "__str__", "type": null}}, "_cause": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CommandError._cause", "name": "_cause", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_cmd": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CommandError._cmd", "name": "_cmd", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_cmdline": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CommandError._cmdline", "name": "_cmdline", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "_msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "git.exc.CommandError._msg", "name": "_msg", "type": "builtins.str"}}, "command": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CommandError.command", "name": "command", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "status": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CommandError.status", "name": "status", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "stderr": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CommandError.stderr", "name": "stderr", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "stdout": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.CommandError.stdout", "name": "stdout", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GitCommandError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.CommandError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.GitCommandError", "name": "GitCommandError", "type_vars": []}, "flags": [], "fullname": "git.exc.GitCommandError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.GitCommandError", "git.exc.CommandError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "command", "status", "stderr", "stdout"], "flags": [], "fullname": "git.exc.GitCommandError.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GitCommandNotFound": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.CommandError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.GitCommandNotFound", "name": "GitCommandNotFound", "type_vars": []}, "flags": [], "fullname": "git.exc.GitCommandNotFound", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.GitCommandNotFound", "git.exc.CommandError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "command", "cause"], "flags": [], "fullname": "git.exc.GitCommandNotFound.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "GitError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.GitError", "name": "GitError", "type_vars": []}, "flags": [], "fullname": "git.exc.GitError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "HookExecutionError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.CommandError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.HookExecutionError", "name": "HookExecutionError", "type_vars": []}, "flags": [], "fullname": "git.exc.HookExecutionError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.HookExecutionError", "git.exc.CommandError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["self", "command", "status", "stderr", "stdout"], "flags": [], "fullname": "git.exc.HookExecutionError.__init__", "name": "__init__", "type": null}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "InvalidGitRepositoryError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.GitError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.InvalidGitRepositoryError", "name": "InvalidGitRepositoryError", "type_vars": []}, "flags": [], "fullname": "git.exc.InvalidGitRepositoryError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.InvalidGitRepositoryError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoSuchPathError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.GitError", "builtins.OSError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.NoSuchPathError", "name": "NoSuchPathError", "type_vars": []}, "flags": [], "fullname": "git.exc.NoSuchPathError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.NoSuchPathError", "git.exc.GitError", "builtins.OSError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "RepositoryDirtyError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.GitError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.RepositoryDirtyError", "name": "RepositoryDirtyError", "type_vars": []}, "flags": [], "fullname": "git.exc.RepositoryDirtyError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.RepositoryDirtyError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "repo", "message"], "flags": [], "fullname": "git.exc.RepositoryDirtyError.__init__", "name": "__init__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "git.exc.RepositoryDirtyError.__str__", "name": "__str__", "type": null}}, "message": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.RepositoryDirtyError.message", "name": "message", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}, "repo": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "git.exc.RepositoryDirtyError.repo", "name": "repo", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "UnmergedEntriesError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.CacheError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.UnmergedEntriesError", "name": "UnmergedEntriesError", "type_vars": []}, "flags": [], "fullname": "git.exc.UnmergedEntriesError", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.UnmergedEntriesError", "git.exc.CacheError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WorkTreeRepositoryUnsupported": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["git.exc.InvalidGitRepositoryError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "git.exc.WorkTreeRepositoryUnsupported", "name": "WorkTreeRepositoryUnsupported", "type_vars": []}, "flags": [], "fullname": "git.exc.WorkTreeRepositoryUnsupported", "metaclass_type": null, "metadata": {}, "module_name": "git.exc", "mro": ["git.exc.WorkTreeRepositoryUnsupported", "git.exc.InvalidGitRepositoryError", "git.exc.GitError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "git.exc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "git.exc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "git.exc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "git.exc.__package__", "name": "__package__", "type": "builtins.str"}}, "safe_decode": {".class": "SymbolTableNode", "cross_ref": "git.compat.safe_decode", "kind": "Gdef"}}, "path": "c:\\dev\\GitPython\\git\\exc.py"}