summaryrefslogtreecommitdiff
path: root/.mypy_cache/3.8/unittest/runner.data.json
diff options
context:
space:
mode:
Diffstat (limited to '.mypy_cache/3.8/unittest/runner.data.json')
-rw-r--r--.mypy_cache/3.8/unittest/runner.data.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.mypy_cache/3.8/unittest/runner.data.json b/.mypy_cache/3.8/unittest/runner.data.json
deleted file mode 100644
index e518a5e4..00000000
--- a/.mypy_cache/3.8/unittest/runner.data.json
+++ /dev/null
@@ -1 +0,0 @@
-{".class": "MypyFile", "_fullname": "unittest.runner", "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TestRunner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.runner.TestRunner", "name": "TestRunner", "type_vars": []}, "flags": [], "fullname": "unittest.runner.TestRunner", "metaclass_type": null, "metadata": {}, "module_name": "unittest.runner", "mro": ["unittest.runner.TestRunner", "builtins.object"], "names": {".class": "SymbolTable", "run": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.runner.TestRunner.run", "name": "run", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.runner.TestRunner", {".class": "UnionType", "items": ["unittest.suite.TestSuite", "unittest.case.TestCase"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "run of TestRunner", "ret_type": "unittest.result.TestResult", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextIO": {".class": "SymbolTableNode", "cross_ref": "typing.TextIO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TextTestResult": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.result.TestResult"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.runner.TextTestResult", "name": "TextTestResult", "type_vars": []}, "flags": [], "fullname": "unittest.runner.TextTestResult", "metaclass_type": null, "metadata": {}, "module_name": "unittest.runner", "mro": ["unittest.runner.TextTestResult", "unittest.result.TestResult", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "stream", "descriptions", "verbosity"], "flags": [], "fullname": "unittest.runner.TextTestResult.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "stream", "descriptions", "verbosity"], "arg_types": ["unittest.runner.TextTestResult", "typing.TextIO", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TextTestResult", "ret_type": {".class": "NoneType"}, "variables": []}}}, "getDescription": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "flags": [], "fullname": "unittest.runner.TextTestResult.getDescription", "name": "getDescription", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "test"], "arg_types": ["unittest.runner.TextTestResult", "unittest.case.TestCase"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "getDescription of TextTestResult", "ret_type": "builtins.str", "variables": []}}}, "printErrorList": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "flavour", "errors"], "flags": [], "fullname": "unittest.runner.TextTestResult.printErrorList", "name": "printErrorList", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "flavour", "errors"], "arg_types": ["unittest.runner.TextTestResult", "builtins.str", {".class": "TupleType", "implicit": false, "items": ["unittest.case.TestCase", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "printErrorList of TextTestResult", "ret_type": {".class": "NoneType"}, "variables": []}}}, "printErrors": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.runner.TextTestResult.printErrors", "name": "printErrors", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.runner.TextTestResult"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "printErrors of TextTestResult", "ret_type": {".class": "NoneType"}, "variables": []}}}, "separator1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.separator1", "name": "separator1", "type": "builtins.str"}}, "separator2": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "unittest.runner.TextTestResult.separator2", "name": "separator2", "type": "builtins.str"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TextTestRunner": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["unittest.runner.TestRunner"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "unittest.runner.TextTestRunner", "name": "TextTestRunner", "type_vars": []}, "flags": [], "fullname": "unittest.runner.TextTestRunner", "metaclass_type": null, "metadata": {}, "module_name": "unittest.runner", "mro": ["unittest.runner.TextTestRunner", "unittest.runner.TestRunner", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "stream", "descriptions", "verbosity", "failfast", "buffer", "resultclass", "warnings", "tb_locals"], "flags": [], "fullname": "unittest.runner.TextTestRunner.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1, 1, 5], "arg_names": ["self", "stream", "descriptions", "verbosity", "failfast", "buffer", "resultclass", "warnings", "tb_locals"], "arg_types": ["unittest.runner.TextTestRunner", {".class": "UnionType", "items": ["typing.TextIO", {".class": "NoneType"}]}, "builtins.bool", "builtins.int", "builtins.bool", "builtins.bool", {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["typing.TextIO", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "unittest.result.TestResult", "variables": []}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "__init__ of TextTestRunner", "ret_type": {".class": "NoneType"}, "variables": []}}}, "_makeResult": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "unittest.runner.TextTestRunner._makeResult", "name": "_makeResult", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["unittest.runner.TextTestRunner"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": "_makeResult of TextTestRunner", "ret_type": "unittest.result.TestResult", "variables": []}}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ResultClassType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "unittest.runner._ResultClassType", "line": 7, "no_args": false, "normalized": false, "target": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["typing.TextIO", "builtins.bool", "builtins.int"], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": "unittest.result.TestResult", "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "unittest.runner.__package__", "name": "__package__", "type": "builtins.str"}}, "unittest": {".class": "SymbolTableNode", "cross_ref": "unittest", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "c:\\python38\\lib\\site-packages\\mypy\\typeshed\\stdlib\\3\\unittest\\runner.pyi"} \ No newline at end of file