InQuire/.mypy_cache/3.6/json/decoder.data.json

2 lines
13 KiB
JSON
Raw Permalink Normal View History

2019-01-14 17:28:38 +01:00
{".class": "MypyFile", "_fullname": "json.decoder", "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}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "JSONDecodeError": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "json.decoder.JSONDecodeError", "name": "JSONDecodeError", "type_vars": []}, "flags": [], "fullname": "json.decoder.JSONDecodeError", "metaclass_type": null, "metadata": {}, "module_name": "json.decoder", "mro": ["json.decoder.JSONDecodeError", "builtins.ValueError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "doc", "pos"], "flags": [], "fullname": "json.decoder.JSONDecodeError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "msg", "doc", "pos"], "arg_types": ["json.decoder.JSONDecodeError", "builtins.str", "builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of JSONDecodeError", "ret_type": {".class": "NoneTyp"}, "variables": []}}}, "colno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "json.decoder.JSONDecodeError.colno", "name": "colno", "type": "builtins.int"}}, "doc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "json.decoder.JSONDecodeError.doc", "name": "doc", "type": "builtins.str"}}, "lineno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "json.decoder.JSONDecodeError.lineno", "name": "lineno", "type": "builtins.int"}}, "msg": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "json.decoder.JSONDecodeError.msg", "name": "msg", "type": "builtins.str"}}, "pos": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "json.decoder.JSONDecodeError.pos", "name": "pos", "type": "builtins.int"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "JSONDecoder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "json.decoder.JSONDecoder", "name": "JSONDecoder", "type_vars": []}, "flags": [], "fullname": "json.decoder.JSONDecoder", "metaclass_type": null, "metadata": {}, "module_name": "json.decoder", "mro": ["json.decoder.JSONDecoder", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "object_hook", "parse_float", "parse_int", "parse_constant", "strict", "object_pairs_hook"], "flags": [], "fullname": "json.decoder.JSONDecoder.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "object_hook", "parse_float", "parse_int", "parse_constant", "strict", "object_pairs_hook"], "arg_types": ["json.decoder.JSONDecoder", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names"