Commit
·
42c139e
1
Parent(s):
3e71394
up
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .mypy_cache/3.7/@plugins_snapshot.json +1 -0
- .mypy_cache/3.7/__future__.data.json +1 -0
- .mypy_cache/3.7/__future__.meta.json +1 -0
- .mypy_cache/3.7/_ast.data.json +0 -0
- .mypy_cache/3.7/_ast.meta.json +1 -0
- .mypy_cache/3.7/_bisect.data.json +1 -0
- .mypy_cache/3.7/_bisect.meta.json +1 -0
- .mypy_cache/3.7/_collections_abc.data.json +1 -0
- .mypy_cache/3.7/_collections_abc.meta.json +1 -0
- .mypy_cache/3.7/_compat_pickle.data.json +1 -0
- .mypy_cache/3.7/_compat_pickle.meta.json +1 -0
- .mypy_cache/3.7/_compression.data.json +1 -0
- .mypy_cache/3.7/_compression.meta.json +1 -0
- .mypy_cache/3.7/_csv.data.json +1 -0
- .mypy_cache/3.7/_csv.meta.json +1 -0
- .mypy_cache/3.7/_dummy_thread.data.json +1 -0
- .mypy_cache/3.7/_dummy_thread.meta.json +1 -0
- .mypy_cache/3.7/_operator.data.json +0 -0
- .mypy_cache/3.7/_operator.meta.json +1 -0
- .mypy_cache/3.7/_pytest/__init__.data.json +1 -0
- .mypy_cache/3.7/_pytest/__init__.meta.json +1 -0
- .mypy_cache/3.7/_pytest/_argcomplete.data.json +1 -0
- .mypy_cache/3.7/_pytest/_argcomplete.meta.json +1 -0
- .mypy_cache/3.7/_pytest/_io/saferepr.data.json +1 -0
- .mypy_cache/3.7/_pytest/_io/saferepr.meta.json +1 -0
- .mypy_cache/3.7/_pytest/_io/wcwidth.data.json +1 -0
- .mypy_cache/3.7/_pytest/_io/wcwidth.meta.json +1 -0
- .mypy_cache/3.7/_pytest/_version.data.json +1 -0
- .mypy_cache/3.7/_pytest/_version.meta.json +1 -0
- .mypy_cache/3.7/_pytest/stash.data.json +1 -0
- .mypy_cache/3.7/_pytest/stash.meta.json +1 -0
- .mypy_cache/3.7/_pytest/timing.data.json +1 -0
- .mypy_cache/3.7/_pytest/timing.meta.json +1 -0
- .mypy_cache/3.7/_random.data.json +1 -0
- .mypy_cache/3.7/_random.meta.json +1 -0
- .mypy_cache/3.7/_socket.data.json +0 -0
- .mypy_cache/3.7/_socket.meta.json +1 -0
- .mypy_cache/3.7/_stat.data.json +1 -0
- .mypy_cache/3.7/_stat.meta.json +1 -0
- .mypy_cache/3.7/_tracemalloc.data.json +1 -0
- .mypy_cache/3.7/_tracemalloc.meta.json +1 -0
- .mypy_cache/3.7/_typeshed/__init__.data.json +1 -0
- .mypy_cache/3.7/_typeshed/__init__.meta.json +1 -0
- .mypy_cache/3.7/_warnings.data.json +1 -0
- .mypy_cache/3.7/_warnings.meta.json +1 -0
- .mypy_cache/3.7/_weakref.data.json +1 -0
- .mypy_cache/3.7/_weakref.meta.json +1 -0
- .mypy_cache/3.7/_weakrefset.data.json +1 -0
- .mypy_cache/3.7/_weakrefset.meta.json +1 -0
- .mypy_cache/3.7/abc.data.json +1 -0
.mypy_cache/3.7/@plugins_snapshot.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
.mypy_cache/3.7/__future__.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "__future__", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "_Feature": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "__future__._Feature", "name": "_Feature", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "__future__._Feature", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "__future__", "mro": ["__future__._Feature", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "optionalRelease", "mandatoryRelease", "compiler_flag"], "flags": [], "fullname": "__future__._Feature.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "optionalRelease", "mandatoryRelease", "compiler_flag"], "arg_types": ["__future__._Feature", {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": "sys._version_info"}, {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": "sys._version_info"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of _Feature", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "compiler_flag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "__future__._Feature.compiler_flag", "name": "compiler_flag", "type": "builtins.int"}}, "getMandatoryRelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "__future__._Feature.getMandatoryRelease", "name": "getMandatoryRelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["__future__._Feature"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getMandatoryRelease of _Feature", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": "sys._version_info"}, "type_guard": null, "variables": []}}}, "getOptionalRelease": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "__future__._Feature.getOptionalRelease", "name": "getOptionalRelease", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["__future__._Feature"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getOptionalRelease of _Feature", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int", "builtins.str", "builtins.int"], "partial_fallback": "sys._version_info"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "__future__.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.__package__", "name": "__package__", "type": "builtins.str"}}, "absolute_import": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.absolute_import", "name": "absolute_import", "type": "__future__._Feature"}}, "all_feature_names": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.all_feature_names", "name": "all_feature_names", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "annotations": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.annotations", "name": "annotations", "type": "__future__._Feature"}}, "barry_as_FLUFL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.barry_as_FLUFL", "name": "barry_as_FLUFL", "type": "__future__._Feature"}}, "division": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.division", "name": "division", "type": "__future__._Feature"}}, "generator_stop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.generator_stop", "name": "generator_stop", "type": "__future__._Feature"}}, "generators": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.generators", "name": "generators", "type": "__future__._Feature"}}, "nested_scopes": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.nested_scopes", "name": "nested_scopes", "type": "__future__._Feature"}}, "print_function": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.print_function", "name": "print_function", "type": "__future__._Feature"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "unicode_literals": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.unicode_literals", "name": "unicode_literals", "type": "__future__._Feature"}}, "with_statement": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "__future__.with_statement", "name": "with_statement", "type": "__future__._Feature"}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/__future__.pyi"}
|
.mypy_cache/3.7/__future__.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 1, 1, 1, 1], "dep_prios": [10, 5, 30, 30, 30], "dependencies": ["sys", "builtins", "_typeshed", "abc", "typing"], "hash": "d4c46d72ca896876f20d749538f800a89f41794077ebdd5e7558a4caca48e324", "id": "__future__", "ignore_all": true, "interface_hash": "379474e193bb0ef32a3bc54684b701a82202a5e8d1d62cf6d32b3e7c553d8b53", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/__future__.pyi", "plugin_data": null, "size": 1236, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_ast.data.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
.mypy_cache/3.7/_ast.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655829136, "dep_lines": [1, 2, 3, 1, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30, 30, 30, 30], "dependencies": ["sys", "typing", "typing_extensions", "builtins", "_typeshed", "abc", "array", "ctypes", "mmap"], "hash": "af269d55b339e3de4f6e1d183e391fa85b11adb25f9d01f7acb42306741bed06", "id": "_ast", "ignore_all": true, "interface_hash": "193518e910fa9940dcfc3e8c293cfc7a04b40951d991da10b2b679592e5cd51a", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_ast.pyi", "plugin_data": null, "size": 14628, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_bisect.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_bisect", "future_import_flags": [], "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}, "MutableSequence": {".class": "SymbolTableNode", "cross_ref": "typing.MutableSequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsRichComparisonT": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsRichComparisonT", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_bisect._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_bisect.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_bisect.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_bisect.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_bisect.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_bisect.__package__", "name": "__package__", "type": "builtins.str"}}, "bisect_left": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "flags": [], "fullname": "_bisect.bisect_left", "name": "bisect_left", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "bisect_left", "ret_type": "builtins.int", "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}]}}}, "bisect_right": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "flags": [], "fullname": "_bisect.bisect_right", "name": "bisect_right", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}], "type_ref": "typing.Sequence"}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "bisect_right", "ret_type": "builtins.int", "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}]}}}, "insort_left": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "flags": [], "fullname": "_bisect.insort_left", "name": "insort_left", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "insort_left", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}]}}}, "insort_right": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "flags": [], "fullname": "_bisect.insort_right", "name": "insort_right", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["a", "x", "lo", "hi"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}], "type_ref": "typing.MutableSequence"}, {".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}, "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "insort_right", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.SupportsRichComparisonT", "id": -1, "name": "SupportsRichComparisonT", "namespace": "", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}]}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_bisect.pyi"}
|
.mypy_cache/3.7/_bisect.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "collections.abc", "typing", "builtins", "abc"], "hash": "d9aa32fb690ab36b8b9b285e1a485ef1d585eb4ec2df5c548ccb88f770ccf03a", "id": "_bisect", "ignore_all": true, "interface_hash": "2816946fb6a66d7da67cc1601a43eefd57548e9f9d7a92b9ff4d0ab2222710fe", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_bisect.pyi", "plugin_data": null, "size": 2510, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_collections_abc.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_collections_abc", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AsyncGenerator": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncGenerator", "kind": "Gdef"}, "AsyncIterable": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncIterable", "kind": "Gdef"}, "AsyncIterator": {".class": "SymbolTableNode", "cross_ref": "typing.AsyncIterator", "kind": "Gdef"}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef"}, "ByteString": {".class": "SymbolTableNode", "cross_ref": "typing.ByteString", "kind": "Gdef"}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef"}, "Collection": {".class": "SymbolTableNode", "cross_ref": "typing.Collection", "kind": "Gdef"}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef"}, "Coroutine": {".class": "SymbolTableNode", "cross_ref": "typing.Coroutine", "kind": "Gdef"}, "Generator": {".class": "SymbolTableNode", "cross_ref": "typing.Generator", "kind": "Gdef"}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Hashable": {".class": "SymbolTableNode", "cross_ref": "typing.Hashable", "kind": "Gdef"}, "ItemsView": {".class": "SymbolTableNode", "cross_ref": "typing.ItemsView", "kind": "Gdef"}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef"}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef"}, "KeysView": {".class": "SymbolTableNode", "cross_ref": "typing.KeysView", "kind": "Gdef"}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef"}, "MappingProxyType": {".class": "SymbolTableNode", "cross_ref": "types.MappingProxyType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MappingView": {".class": "SymbolTableNode", "cross_ref": "typing.MappingView", "kind": "Gdef"}, "MutableMapping": {".class": "SymbolTableNode", "cross_ref": "typing.MutableMapping", "kind": "Gdef"}, "MutableSequence": {".class": "SymbolTableNode", "cross_ref": "typing.MutableSequence", "kind": "Gdef"}, "MutableSet": {".class": "SymbolTableNode", "cross_ref": "typing.MutableSet", "kind": "Gdef"}, "Reversible": {".class": "SymbolTableNode", "cross_ref": "typing.Reversible", "kind": "Gdef"}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef"}, "Set": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef"}, "Sized": {".class": "SymbolTableNode", "cross_ref": "typing.Sized", "kind": "Gdef"}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ValuesView": {".class": "SymbolTableNode", "cross_ref": "typing.ValuesView", "kind": "Gdef"}, "_KT_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "_collections_abc._KT_co", "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_VT_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "_collections_abc._VT_co", "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "_collections_abc.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_collections_abc.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_collections_abc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_collections_abc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_collections_abc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_collections_abc.__package__", "name": "__package__", "type": "builtins.str"}}, "dict_items": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_collections_abc._KT_co", "id": 1, "name": "_KT_co", "namespace": "_collections_abc.dict_items", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_collections_abc._VT_co", "id": 2, "name": "_VT_co", "namespace": "_collections_abc.dict_items", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ItemsView"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_collections_abc.dict_items", "name": "dict_items", "type_vars": [{".class": "TypeVarType", "fullname": "_collections_abc._KT_co", "id": 1, "name": "_KT_co", "namespace": "_collections_abc.dict_items", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_collections_abc._VT_co", "id": 2, "name": "_VT_co", "namespace": "_collections_abc.dict_items", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_final"], "fullname": "_collections_abc.dict_items", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_collections_abc", "mro": ["_collections_abc.dict_items", "typing.ItemsView", "typing.MappingView", "typing.Sized", "typing.AbstractSet", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": ["_KT_co", "_VT_co"], "typeddict_type": null}}, "dict_keys": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_collections_abc._KT_co", "id": 1, "name": "_KT_co", "namespace": "_collections_abc.dict_keys", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.KeysView"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_collections_abc.dict_keys", "name": "dict_keys", "type_vars": [{".class": "TypeVarType", "fullname": "_collections_abc._KT_co", "id": 1, "name": "_KT_co", "namespace": "_collections_abc.dict_keys", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_collections_abc._VT_co", "id": 2, "name": "_VT_co", "namespace": "_collections_abc.dict_keys", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_final"], "fullname": "_collections_abc.dict_keys", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_collections_abc", "mro": ["_collections_abc.dict_keys", "typing.KeysView", "typing.MappingView", "typing.Sized", "typing.AbstractSet", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": ["_KT_co", "_VT_co"], "typeddict_type": null}}, "dict_values": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_collections_abc._VT_co", "id": 2, "name": "_VT_co", "namespace": "_collections_abc.dict_values", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.ValuesView"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_collections_abc.dict_values", "name": "dict_values", "type_vars": [{".class": "TypeVarType", "fullname": "_collections_abc._KT_co", "id": 1, "name": "_KT_co", "namespace": "_collections_abc.dict_values", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_collections_abc._VT_co", "id": 2, "name": "_VT_co", "namespace": "_collections_abc.dict_values", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_final"], "fullname": "_collections_abc.dict_values", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_collections_abc", "mro": ["_collections_abc.dict_values", "typing.ValuesView", "typing.MappingView", "typing.Sized", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": ["_KT_co", "_VT_co"], "typeddict_type": null}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_collections_abc.pyi"}
|
.mypy_cache/3.7/_collections_abc.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655829136, "dep_lines": [1, 2, 3, 32, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30, 30], "dependencies": ["sys", "types", "typing", "typing_extensions", "builtins", "_typeshed", "abc"], "hash": "208f6a232e3d6af6fdabb5136f825af57e6e2d578a67081453f483b67f173fec", "id": "_collections_abc", "ignore_all": true, "interface_hash": "50dfdf351d2579572a2be3a9501acc71c00f848a4d89526a0508f3c8e9a5bfd6", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_collections_abc.pyi", "plugin_data": null, "size": 2123, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_compat_pickle.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_compat_pickle", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "IMPORT_MAPPING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.IMPORT_MAPPING", "name": "IMPORT_MAPPING", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "MULTIPROCESSING_EXCEPTIONS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.MULTIPROCESSING_EXCEPTIONS", "name": "MULTIPROCESSING_EXCEPTIONS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "NAME_MAPPING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.NAME_MAPPING", "name": "NAME_MAPPING", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["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"}}, {".class": "TupleType", "implicit": false, "items": ["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"}}], "type_ref": "builtins.dict"}}}, "PYTHON2_EXCEPTIONS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.PYTHON2_EXCEPTIONS", "name": "PYTHON2_EXCEPTIONS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "PYTHON3_IMPORTERROR_EXCEPTIONS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.PYTHON3_IMPORTERROR_EXCEPTIONS", "name": "PYTHON3_IMPORTERROR_EXCEPTIONS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "PYTHON3_OSERROR_EXCEPTIONS": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.PYTHON3_OSERROR_EXCEPTIONS", "name": "PYTHON3_OSERROR_EXCEPTIONS", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}}}, "REVERSE_IMPORT_MAPPING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.REVERSE_IMPORT_MAPPING", "name": "REVERSE_IMPORT_MAPPING", "type": {".class": "Instance", "args": ["builtins.str", "builtins.str"], "type_ref": "builtins.dict"}}}, "REVERSE_NAME_MAPPING": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.REVERSE_NAME_MAPPING", "name": "REVERSE_NAME_MAPPING", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["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"}}, {".class": "TupleType", "implicit": false, "items": ["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"}}], "type_ref": "builtins.dict"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compat_pickle.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_compat_pickle.pyi"}
|
.mypy_cache/3.7/_compat_pickle.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "b23a38fcb4fb37a29980bebccf4a23a5a934e0d46c30de386de3d41b6c431bd0", "id": "_compat_pickle", "ignore_all": true, "interface_hash": "5a7afa5e8a14a02af8f015d9ef116d42531dbcc8842284979f277e570afbe771", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_compat_pickle.pyi", "plugin_data": null, "size": 356, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_compression.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_compression", "future_import_flags": [], "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}, "BUFFER_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "_compression.BUFFER_SIZE", "name": "BUFFER_SIZE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 8192}}}, "BaseStream": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.BufferedIOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_compression.BaseStream", "name": "BaseStream", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_compression.BaseStream", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_compression", "mro": ["_compression.BaseStream", "io.BufferedIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BufferedIOBase": {".class": "SymbolTableNode", "cross_ref": "io.BufferedIOBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DEFAULT_BUFFER_SIZE": {".class": "SymbolTableNode", "cross_ref": "io.DEFAULT_BUFFER_SIZE", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DecompressReader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["io.RawIOBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_compression.DecompressReader", "name": "DecompressReader", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_compression.DecompressReader", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_compression", "mro": ["_compression.DecompressReader", "io.RawIOBase", "io.IOBase", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["self", "fp", "decomp_factory", "trailing_error", "decomp_args"], "flags": [], "fullname": "_compression.DecompressReader.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 4], "arg_names": ["self", "fp", "decomp_factory", "trailing_error", "decomp_args"], "arg_types": ["_compression.DecompressReader", "_compression._Reader", {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": "builtins.object", "type_guard": null, "variables": []}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Exception"}, {".class": "Instance", "args": [{".class": "TypeType", "item": "builtins.Exception"}], "type_ref": "builtins.tuple"}]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DecompressReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "close": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_compression.DecompressReader.close", "name": "close", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_compression.DecompressReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "close of DecompressReader", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "flags": [], "fullname": "_compression.DecompressReader.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "size"], "arg_types": ["_compression.DecompressReader", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "read of DecompressReader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "readable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_compression.DecompressReader.readable", "name": "readable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_compression.DecompressReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "readable of DecompressReader", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "readinto": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "flags": [], "fullname": "_compression.DecompressReader.readinto", "name": "readinto", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "b"], "arg_types": ["_compression.DecompressReader", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.WriteableBuffer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "readinto of DecompressReader", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "flags": [], "fullname": "_compression.DecompressReader.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "offset", "whence"], "arg_types": ["_compression.DecompressReader", "builtins.int", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "seek of DecompressReader", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_compression.DecompressReader.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_compression.DecompressReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "seekable of DecompressReader", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "tell": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_compression.DecompressReader.tell", "name": "tell", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_compression.DecompressReader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tell of DecompressReader", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RawIOBase": {".class": "SymbolTableNode", "cross_ref": "io.RawIOBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WriteableBuffer": {".class": "SymbolTableNode", "cross_ref": "_typeshed.WriteableBuffer", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Reader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_compression._Reader", "name": "_Reader", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_compression._Reader", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_compression", "mro": ["_compression._Reader", "builtins.object"], "names": {".class": "SymbolTable", "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "_compression._Reader.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["_compression._Reader", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "read of _Reader", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "seek": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "_compression._Reader.seek", "name": "seek", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["_compression._Reader", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "seek of _Reader", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "seekable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_compression._Reader.seekable", "name": "seekable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_compression._Reader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "seekable of _Reader", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compression.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compression.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compression.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compression.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_compression.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_compression.pyi"}
|
.mypy_cache/3.7/_compression.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 4, 1], "dep_prios": [5, 5, 5, 5, 5], "dependencies": ["_typeshed", "collections.abc", "io", "typing", "builtins"], "hash": "abe5916c424847ee050883ea8b86f5f4fc8b42750a542d428efb2224fe8808b1", "id": "_compression", "ignore_all": true, "interface_hash": "885e5fd107fc9cea76f2334d5b9db37c187a73f9da32909d75e5cddc32cae377", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_compression.pyi", "plugin_data": null, "size": 954, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_csv.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_csv", "future_import_flags": [], "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}, "Dialect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_csv.Dialect", "name": "Dialect", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_csv.Dialect", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_csv", "mro": ["_csv.Dialect", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_csv.Dialect.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_csv.Dialect"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Dialect", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "delimiter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.delimiter", "name": "delimiter", "type": "builtins.str"}}, "doublequote": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.doublequote", "name": "doublequote", "type": "builtins.bool"}}, "escapechar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.escapechar", "name": "escapechar", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "lineterminator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.lineterminator", "name": "lineterminator", "type": "builtins.str"}}, "quotechar": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.quotechar", "name": "quotechar", "type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}}}, "quoting": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.quoting", "name": "quoting", "type": "builtins.int"}}, "skipinitialspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.skipinitialspace", "name": "skipinitialspace", "type": "builtins.bool"}}, "strict": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv.Dialect.strict", "name": "strict", "type": "builtins.bool"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.Exception"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_csv.Error", "name": "Error", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_csv.Error", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_csv", "mro": ["_csv.Error", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "QUOTE_ALL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.QUOTE_ALL", "name": "QUOTE_ALL", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}}}, "QUOTE_MINIMAL": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.QUOTE_MINIMAL", "name": "QUOTE_MINIMAL", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 0}}}, "QUOTE_NONE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.QUOTE_NONE", "name": "QUOTE_NONE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 3}}}, "QUOTE_NONNUMERIC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.QUOTE_NONNUMERIC", "name": "QUOTE_NONNUMERIC", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 2}}}, "SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeAlias": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.TypeAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_DialectLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_csv._DialectLike", "line": 30, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", "_csv.Dialect", {".class": "TypeType", "item": "_csv.Dialect"}]}}}, "_QuotingType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_csv._QuotingType", "line": 15, "no_args": true, "normalized": false, "target": "builtins.int"}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.__package__", "name": "__package__", "type": "builtins.str"}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_csv.__version__", "name": "__version__", "type": "builtins.str"}}, "_reader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "type_ref": "typing.Iterator"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_csv._reader", "name": "_reader", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_csv._reader", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_csv", "mro": ["_csv._reader", "typing.Iterator", "typing.Iterable", "builtins.object"], "names": {".class": "SymbolTable", "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_csv._reader.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_csv._reader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__next__ of _reader", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "dialect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_csv._reader.dialect", "name": "dialect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_csv._reader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dialect of _reader", "ret_type": "_csv.Dialect", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dialect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_csv._reader"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dialect of _reader", "ret_type": "_csv.Dialect", "type_guard": null, "variables": []}}}}, "line_num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_csv._reader.line_num", "name": "line_num", "type": "builtins.int"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_writer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_csv._writer", "name": "_writer", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_csv._writer", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_csv", "mro": ["_csv._writer", "builtins.object"], "names": {".class": "SymbolTable", "dialect": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "_csv._writer.dialect", "name": "dialect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_csv._writer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dialect of _writer", "ret_type": "_csv.Dialect", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dialect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_csv._writer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dialect of _writer", "ret_type": "_csv.Dialect", "type_guard": null, "variables": []}}}}, "writerow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "row"], "flags": [], "fullname": "_csv._writer.writerow", "name": "writerow", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "row"], "arg_types": ["_csv._writer", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "writerow of _writer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "writerows": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "rows"], "flags": [], "fullname": "_csv._writer.writerows", "name": "writerows", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "rows"], "arg_types": ["_csv._writer", {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "writerows of _writer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "field_size_limit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["new_limit"], "flags": [], "fullname": "_csv.field_size_limit", "name": "field_size_limit", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["new_limit"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "field_size_limit", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_dialect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "_csv.get_dialect", "name": "get_dialect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_dialect", "ret_type": "_csv.Dialect", "type_guard": null, "variables": []}}}, "list_dialects": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_csv.list_dialects", "name": "list_dialects", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "list_dialects", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "reader": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["csvfile", "dialect", "delimiter", "quotechar", "escapechar", "doublequote", "skipinitialspace", "lineterminator", "quoting", "strict"], "flags": [], "fullname": "_csv.reader", "name": "reader", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["csvfile", "dialect", "delimiter", "quotechar", "escapechar", "doublequote", "skipinitialspace", "lineterminator", "quoting", "strict"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Iterable"}, {".class": "TypeAliasType", "args": [], "type_ref": "_csv._DialectLike"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.str", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reader", "ret_type": "_csv._reader", "type_guard": null, "variables": []}}}, "register_dialect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["name", "dialect", "delimiter", "quotechar", "escapechar", "doublequote", "skipinitialspace", "lineterminator", "quoting", "strict"], "flags": [], "fullname": "_csv.register_dialect", "name": "register_dialect", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["name", "dialect", "delimiter", "quotechar", "escapechar", "doublequote", "skipinitialspace", "lineterminator", "quoting", "strict"], "arg_types": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.str", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "register_dialect", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "unregister_dialect": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["name"], "flags": [], "fullname": "_csv.unregister_dialect", "name": "unregister_dialect", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["name"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "unregister_dialect", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "writer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["csvfile", "dialect", "delimiter", "quotechar", "escapechar", "doublequote", "skipinitialspace", "lineterminator", "quoting", "strict"], "flags": [], "fullname": "_csv.writer", "name": "writer", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5, 5, 5, 5], "arg_names": ["csvfile", "dialect", "delimiter", "quotechar", "escapechar", "doublequote", "skipinitialspace", "lineterminator", "quoting", "strict"], "arg_types": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "TypeAliasType", "args": [], "type_ref": "_csv._DialectLike"}, "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.bool", "builtins.bool", "builtins.str", "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "writer", "ret_type": "_csv._writer", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_csv.pyi"}
|
.mypy_cache/3.7/_csv.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 4, 1, 1, 1, 1, 1], "dep_prios": [5, 5, 5, 5, 5, 30, 30, 30, 30], "dependencies": ["_typeshed", "collections.abc", "typing", "typing_extensions", "builtins", "abc", "array", "ctypes", "mmap"], "hash": "4e369cdf6aa7d6e760c4d3ec53832bae849ea9dd197b0753d1fb2b6396742a63", "id": "_csv", "ignore_all": true, "interface_hash": "db98dc15680f01506a1fc122492ca1a2d7210f48a3c2cde3c054523e055d7f9a", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_csv.pyi", "plugin_data": null, "size": 2355, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_dummy_thread.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_dummy_thread", "future_import_flags": [], "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}, "LockType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_dummy_thread.LockType", "name": "LockType", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_dummy_thread.LockType", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_dummy_thread", "mro": ["_dummy_thread.LockType", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": [null, null, null], "flags": [], "fullname": "_dummy_thread.LockType.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": [null, null, null], "arg_types": ["_dummy_thread.LockType", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of LockType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "flags": [], "fullname": "_dummy_thread.LockType.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["_dummy_thread.LockType", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of LockType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_dummy_thread.LockType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_dummy_thread.LockType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of LockType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "acquire": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "waitflag", "timeout"], "flags": [], "fullname": "_dummy_thread.LockType.acquire", "name": "acquire", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "waitflag", "timeout"], "arg_types": ["_dummy_thread.LockType", {".class": "UnionType", "items": ["builtins.bool", {".class": "NoneType"}]}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "acquire of LockType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "locked": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_dummy_thread.LockType.locked", "name": "locked", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_dummy_thread.LockType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "locked of LockType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "locked_status": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_dummy_thread.LockType.locked_status", "name": "locked_status", "type": "builtins.bool"}}, "release": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_dummy_thread.LockType.release", "name": "release", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_dummy_thread.LockType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "release of LockType", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TIMEOUT_MAX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_dummy_thread.TIMEOUT_MAX", "name": "TIMEOUT_MAX", "type": "builtins.int"}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_dummy_thread.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_dummy_thread.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_dummy_thread.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_dummy_thread.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_dummy_thread.__package__", "name": "__package__", "type": "builtins.str"}}, "allocate_lock": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_dummy_thread.allocate_lock", "name": "allocate_lock", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "allocate_lock", "ret_type": "_dummy_thread.LockType", "type_guard": null, "variables": []}}}, "error": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_dummy_thread.error", "line": 6, "no_args": true, "normalized": false, "target": "builtins.RuntimeError"}}, "exit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_dummy_thread.exit", "name": "exit", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "exit", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}}, "get_ident": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_dummy_thread.get_ident", "name": "get_ident", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_ident", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "interrupt_main": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_dummy_thread.interrupt_main", "name": "interrupt_main", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "interrupt_main", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stack_size": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": ["size"], "flags": [], "fullname": "_dummy_thread.stack_size", "name": "stack_size", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": ["size"], "arg_types": [{".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "stack_size", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "start_new_thread": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["function", "args", "kwargs"], "flags": [], "fullname": "_dummy_thread.start_new_thread", "name": "start_new_thread", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["function", "args", "kwargs"], "arg_types": [{".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "start_new_thread", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_dummy_thread.pyi"}
|
.mypy_cache/3.7/_dummy_thread.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 1], "dep_prios": [5, 5, 5, 5], "dependencies": ["collections.abc", "types", "typing", "builtins"], "hash": "6197037f37e0b2a9aed425933423e2588ab1bf13b2421e0ea7eead2b853be242", "id": "_dummy_thread", "ignore_all": true, "interface_hash": "338e77dce229eceaef5667a326f935b4f98b1b69ede19b292ad58a039829b75a", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_dummy_thread.pyi", "plugin_data": null, "size": 876, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_operator.data.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
.mypy_cache/3.7/_operator.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 4, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30, 30], "dependencies": ["sys", "collections.abc", "typing", "typing_extensions", "builtins", "_typeshed", "abc"], "hash": "5ac47845505e9a52133098150d1d44927751b1df9642ff55d7089e4678a3c3c2", "id": "_operator", "ignore_all": true, "interface_hash": "6cac13c791562584429f527900be419d50f3f99f82579e1b8fc215034a6ad0f3", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_operator.pyi", "plugin_data": null, "size": 5907, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_pytest/__init__.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_pytest", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "_pytest.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__version__": {".class": "SymbolTableNode", "cross_ref": "_pytest._version.version", "kind": "Gdef"}, "version_tuple": {".class": "SymbolTableNode", "cross_ref": "_pytest._version.version_tuple", "kind": "Gdef"}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/__init__.py"}
|
.mypy_cache/3.7/_pytest/__init__.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655832130, "dep_lines": [4, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["_pytest._version", "builtins", "abc", "typing"], "hash": "e0afbf09914fbaf36d257370c724ed9db9a98d59126fe742ef96ecdbd4a0d1de", "id": "_pytest", "ignore_all": true, "interface_hash": "3cc06b32911a1987ad4240d45b65087f8a03e0f1c4a1f17d115d7ee1c84a53e3", "mtime": 1655827925, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/__init__.py", "plugin_data": null, "size": 356, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_pytest/_argcomplete.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_pytest._argcomplete", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "FastFilesCompleter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._argcomplete.FastFilesCompleter", "name": "FastFilesCompleter", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_pytest._argcomplete.FastFilesCompleter", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_pytest._argcomplete", "mro": ["_pytest._argcomplete.FastFilesCompleter", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 4], "arg_names": ["self", "prefix", "kwargs"], "flags": [], "fullname": "_pytest._argcomplete.FastFilesCompleter.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 4], "arg_names": ["self", "prefix", "kwargs"], "arg_types": ["_pytest._argcomplete.FastFilesCompleter", "builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__call__ of FastFilesCompleter", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "directories"], "flags": [], "fullname": "_pytest._argcomplete.FastFilesCompleter.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "directories"], "arg_types": ["_pytest._argcomplete.FastFilesCompleter", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of FastFilesCompleter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "directories": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._argcomplete.FastFilesCompleter.directories", "name": "directories", "type": "builtins.bool"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._argcomplete.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._argcomplete.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._argcomplete.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._argcomplete.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._argcomplete.__package__", "name": "__package__", "type": "builtins.str"}}, "argcomplete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "_pytest._argcomplete.argcomplete", "name": "argcomplete", "type": {".class": "AnyType", "missing_import_name": "_pytest._argcomplete.argcomplete", "source_any": null, "type_of_any": 3}}}, "argparse": {".class": "SymbolTableNode", "cross_ref": "argparse", "kind": "Gdef"}, "filescompleter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready", "has_explicit_value"], "fullname": "_pytest._argcomplete.filescompleter", "name": "filescompleter", "type": {".class": "UnionType", "items": ["_pytest._argcomplete.FastFilesCompleter", {".class": "NoneType"}]}}}, "glob": {".class": "SymbolTableNode", "cross_ref": "glob.glob", "kind": "Gdef"}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef"}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef"}, "try_argcomplete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["parser"], "flags": [], "fullname": "_pytest._argcomplete.try_argcomplete", "name": "try_argcomplete", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["parser"], "arg_types": ["argparse.ArgumentParser"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "try_argcomplete", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_argcomplete.py"}
|
.mypy_cache/3.7/_pytest/_argcomplete.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655832130, "dep_lines": [64, 65, 66, 67, 68, 1, 1, 1, 103, 103], "dep_prios": [10, 10, 10, 5, 5, 5, 30, 30, 10, 20], "dependencies": ["argparse", "os", "sys", "glob", "typing", "builtins", "_typeshed", "abc"], "hash": "5c3871948dfcf00ee14c71dcbf0443dfc7ce303d96d41b4c4b45aa1150e5af06", "id": "_pytest._argcomplete", "ignore_all": true, "interface_hash": "5e0c958e4ca145e0fce77f37d86fa3828ca4890e59d3b63e4cb60dd90a9558c3", "mtime": 1655827925, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_argcomplete.py", "plugin_data": null, "size": 3809, "suppressed": ["argcomplete.completers", "argcomplete"], "version_id": "0.961"}
|
.mypy_cache/3.7/_pytest/_io/saferepr.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_pytest._io.saferepr", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "AlwaysDispatchingPrettyPrinter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["pprint.PrettyPrinter"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._io.saferepr.AlwaysDispatchingPrettyPrinter", "name": "AlwaysDispatchingPrettyPrinter", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_pytest._io.saferepr.AlwaysDispatchingPrettyPrinter", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_pytest._io.saferepr", "mro": ["_pytest._io.saferepr.AlwaysDispatchingPrettyPrinter", "pprint.PrettyPrinter", "builtins.object"], "names": {".class": "SymbolTable", "_format": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "object", "stream", "indent", "allowance", "context", "level"], "flags": [], "fullname": "_pytest._io.saferepr.AlwaysDispatchingPrettyPrinter._format", "name": "_format", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 0, 0, 0], "arg_names": ["self", "object", "stream", "indent", "allowance", "context", "level"], "arg_types": ["_pytest._io.saferepr.AlwaysDispatchingPrettyPrinter", "builtins.object", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.IO"}, "builtins.int", "builtins.int", {".class": "Instance", "args": ["builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_format of AlwaysDispatchingPrettyPrinter", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef"}, "DEFAULT_REPR_MAX_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready", "has_explicit_value"], "fullname": "_pytest._io.saferepr.DEFAULT_REPR_MAX_SIZE", "name": "DEFAULT_REPR_MAX_SIZE", "type": "builtins.int"}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef"}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef"}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef"}, "SafeRepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["reprlib.Repr"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest._io.saferepr.SafeRepr", "name": "SafeRepr", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_pytest._io.saferepr.SafeRepr", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_pytest._io.saferepr", "mro": ["_pytest._io.saferepr.SafeRepr", "reprlib.Repr", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "maxsize"], "flags": [], "fullname": "_pytest._io.saferepr.SafeRepr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "maxsize"], "arg_types": ["_pytest._io.saferepr.SafeRepr", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of SafeRepr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "maxsize": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": [], "fullname": "_pytest._io.saferepr.SafeRepr.maxsize", "name": "maxsize", "type": {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}}}, "repr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "flags": [], "fullname": "_pytest._io.saferepr.SafeRepr.repr", "name": "repr", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "x"], "arg_types": ["_pytest._io.saferepr.SafeRepr", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "repr of SafeRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "repr_instance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "flags": [], "fullname": "_pytest._io.saferepr.SafeRepr.repr_instance", "name": "repr_instance", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "x", "level"], "arg_types": ["_pytest._io.saferepr.SafeRepr", "builtins.object", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "repr_instance of SafeRepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.saferepr.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.saferepr.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.saferepr.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.saferepr.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.saferepr.__package__", "name": "__package__", "type": "builtins.str"}}, "_ellipsize": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["s", "maxsize"], "flags": [], "fullname": "_pytest._io.saferepr._ellipsize", "name": "_ellipsize", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["s", "maxsize"], "arg_types": ["builtins.str", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_ellipsize", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_format_repr_exception": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["exc", "obj"], "flags": [], "fullname": "_pytest._io.saferepr._format_repr_exception", "name": "_format_repr_exception", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["exc", "obj"], "arg_types": ["builtins.BaseException", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_format_repr_exception", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_pformat_dispatch": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["object", "indent", "width", "depth", "compact"], "flags": [], "fullname": "_pytest._io.saferepr._pformat_dispatch", "name": "_pformat_dispatch", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["object", "indent", "width", "depth", "compact"], "arg_types": ["builtins.object", "builtins.int", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_pformat_dispatch", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "_try_repr_or_str": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest._io.saferepr._try_repr_or_str", "name": "_try_repr_or_str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_try_repr_or_str", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "pprint": {".class": "SymbolTableNode", "cross_ref": "pprint", "kind": "Gdef"}, "reprlib": {".class": "SymbolTableNode", "cross_ref": "reprlib", "kind": "Gdef"}, "safeformat": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["obj"], "flags": [], "fullname": "_pytest._io.saferepr.safeformat", "name": "safeformat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["obj"], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "safeformat", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "saferepr": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["obj", "maxsize"], "flags": [], "fullname": "_pytest._io.saferepr.saferepr", "name": "saferepr", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["obj", "maxsize"], "arg_types": ["builtins.object", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "saferepr", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_io/saferepr.py"}
|
.mypy_cache/3.7/_pytest/_io/saferepr.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655832130, "dep_lines": [1, 2, 3, 1, 1, 1], "dep_prios": [10, 10, 5, 5, 30, 30], "dependencies": ["pprint", "reprlib", "typing", "builtins", "_typeshed", "abc"], "hash": "3308455e46a27a836f59ee5efcb97771fb7c8c16c72d399b07aa8c701af9cd0c", "id": "_pytest._io.saferepr", "ignore_all": true, "interface_hash": "e2399d3c72b3393b557a9698f959a6551ebd82792063594ecaedf871255c0f66", "mtime": 1655827925, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_io/saferepr.py", "plugin_data": null, "size": 4592, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_pytest/_io/wcwidth.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_pytest._io.wcwidth", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.wcwidth.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.wcwidth.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.wcwidth.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.wcwidth.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._io.wcwidth.__package__", "name": "__package__", "type": "builtins.str"}}, "lru_cache": {".class": "SymbolTableNode", "cross_ref": "functools.lru_cache", "kind": "Gdef"}, "unicodedata": {".class": "SymbolTableNode", "cross_ref": "unicodedata", "kind": "Gdef"}, "wcswidth": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["s"], "flags": [], "fullname": "_pytest._io.wcwidth.wcswidth", "name": "wcswidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["s"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "wcswidth", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "wcwidth": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": ["is_decorated"], "fullname": "_pytest._io.wcwidth.wcwidth", "name": "wcwidth", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["c"], "arg_types": ["builtins.str"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "wcwidth", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_ready"], "fullname": null, "name": "wcwidth", "type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "functools._lru_cache_wrapper"}}}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_io/wcwidth.py"}
|
.mypy_cache/3.7/_pytest/_io/wcwidth.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655832130, "dep_lines": [1, 2, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30, 30], "dependencies": ["unicodedata", "functools", "builtins", "_typeshed", "abc", "typing"], "hash": "6211374e8faf048eee74bb55e01fa0fb4e12de5f15a110f9922f77e508a99890", "id": "_pytest._io.wcwidth", "ignore_all": true, "interface_hash": "ce66289603fbcd4e2df1893c3d904b46f7b09a463f4b4480b1ebda3fc65802c5", "mtime": 1655827925, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_io/wcwidth.py", "plugin_data": null, "size": 1253, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_pytest/_version.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_pytest._version", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._version.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._version.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._version.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._version.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest._version.__package__", "name": "__package__", "type": "builtins.str"}}, "version": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready", "has_explicit_value"], "fullname": "_pytest._version.version", "name": "version", "type": "builtins.str"}}, "version_tuple": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "_pytest._version.version_tuple", "name": "version_tuple", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_version.py"}
|
.mypy_cache/3.7/_pytest/_version.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 1, 1], "dep_prios": [5, 30, 30], "dependencies": ["builtins", "abc", "typing"], "hash": "e91a4ac866864df5ffe1a16fe91c5dd4b85d64603eb638759623212b695a45b4", "id": "_pytest._version", "ignore_all": true, "interface_hash": "e830677364e8e327929e1f1b645246c7df90b8a371e0f70de414e5e48f2e04b9", "mtime": 1655827925, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/_version.py", "plugin_data": null, "size": 142, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_pytest/stash.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_pytest.stash", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_public": false}, "D": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "_pytest.stash.D", "name": "D", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_public": false}, "Stash": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.stash.Stash", "name": "Stash", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_pytest.stash.Stash", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_pytest.stash", "mro": ["_pytest.stash.Stash", "builtins.object"], "names": {".class": "SymbolTable", "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_pytest.stash.Stash.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.stash.Stash", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.stash.StashKey"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of Stash", "ret_type": "builtins.bool", "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_pytest.stash.Stash.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.stash.Stash", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.stash.StashKey"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of Stash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_pytest.stash.Stash.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_pytest.stash.Stash", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.stash.StashKey"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of Stash", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_pytest.stash.Stash.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_pytest.stash.Stash"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Stash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_pytest.stash.Stash.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["_pytest.stash.Stash"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__len__ of Stash", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": [], "fullname": "_pytest.stash.Stash.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["_pytest.stash.Stash", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.stash.StashKey"}, {".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of Stash", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value", "allow_incompatible_override"], "fullname": "_pytest.stash.Stash.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": ["builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_storage": {".class": "SymbolTableNode", "implicit": true, "kind": "Mdef", "node": {".class": "Var", "flags": ["explicit_self_type", "is_ready"], "fullname": "_pytest.stash.Stash._storage", "name": "_storage", "type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "_pytest.stash.StashKey"}, "builtins.object"], "type_ref": "builtins.dict"}}}, "get": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "flags": [], "fullname": "_pytest.stash.Stash.get", "name": "get", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "arg_types": ["_pytest.stash.Stash", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.stash.StashKey"}, {".class": "TypeVarType", "fullname": "_pytest.stash.D", "id": -2, "name": "D", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get of Stash", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.stash.D", "id": -2, "name": "D", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_pytest.stash.D", "id": -2, "name": "D", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "setdefault": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "flags": [], "fullname": "_pytest.stash.Stash.setdefault", "name": "setdefault", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "key", "default"], "arg_types": ["_pytest.stash.Stash", {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_pytest.stash.StashKey"}, {".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "setdefault of Stash", "ret_type": {".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": -1, "name": "T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "slots": ["_storage"], "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "StashKey": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_pytest.stash.StashKey", "name": "StashKey", "type_vars": [{".class": "TypeVarType", "fullname": "_pytest.stash.T", "id": 1, "name": "T", "namespace": "_pytest.stash.StashKey", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "_pytest.stash.StashKey", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_pytest.stash", "mro": ["_pytest.stash.StashKey", "builtins.object"], "names": {".class": "SymbolTable", "__slots__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "has_explicit_value", "allow_incompatible_override"], "fullname": "_pytest.stash.StashKey.__slots__", "name": "__slots__", "type": {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}}, "slots": [], "tuple_type": null, "type_vars": ["T"], "typeddict_type": null}}, "T": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "_pytest.stash.T", "name": "T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "_pytest.stash.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.stash.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.stash.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.stash.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.stash.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.stash.__package__", "name": "__package__", "type": "builtins.str"}}, "cast": {".class": "SymbolTableNode", "cross_ref": "typing.cast", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/stash.py"}
|
.mypy_cache/3.7/_pytest/stash.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "c7fcb001e4df5fce2d234bd4c9798a9820f1c1c5c8113aa70ab56439402da90f", "id": "_pytest.stash", "ignore_all": true, "interface_hash": "e9aa7472b4a334d0cb4118de1102e8e7e13fe3a66dba968dd231d2539cf6e2f7", "mtime": 1655827925, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/stash.py", "plugin_data": null, "size": 3055, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_pytest/timing.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_pytest.timing", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "_pytest.timing.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.timing.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.timing.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.timing.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.timing.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_pytest.timing.__package__", "name": "__package__", "type": "builtins.str"}}, "perf_counter": {".class": "SymbolTableNode", "cross_ref": "time.perf_counter", "kind": "Gdef"}, "sleep": {".class": "SymbolTableNode", "cross_ref": "time.sleep", "kind": "Gdef"}, "time": {".class": "SymbolTableNode", "cross_ref": "time.time", "kind": "Gdef"}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/timing.py"}
|
.mypy_cache/3.7/_pytest/timing.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655832130, "dep_lines": [8, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["time", "builtins", "abc", "typing"], "hash": "bee7c1d96ae4fc17f8ba897a535e967e98a4081b6d1269ad18a04d06c84f37f9", "id": "_pytest.timing", "ignore_all": true, "interface_hash": "7a6acfc6dfe71cb514a4125cf1dc1f9c87c4e15c558ca08502ac1e2e4875c818", "mtime": 1655827925, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/_pytest/timing.py", "plugin_data": null, "size": 375, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_random.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_random", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Random": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_random.Random", "name": "Random", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "_random.Random", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_random", "mro": ["_random.Random", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "seed"], "flags": [], "fullname": "_random.Random.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "seed"], "arg_types": ["_random.Random", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of Random", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "getrandbits": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "_random.Random.getrandbits", "name": "getrandbits", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["_random.Random", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getrandbits of Random", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_random.Random.getstate", "name": "getstate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_random.Random"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getstate of Random", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "_random._State"}, "type_guard": null, "variables": []}}}, "random": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_random.Random.random", "name": "random", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_random.Random"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "random of Random", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "seed": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "_random.Random.seed", "name": "seed", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["_random.Random", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "seed of Random", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setstate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "_random.Random.setstate", "name": "setstate", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["_random.Random", {".class": "TypeAliasType", "args": [], "type_ref": "_random._State"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "setstate of Random", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TypeAlias": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.TypeAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_State": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_random._State", "line": 4, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["builtins.int"], "type_ref": "builtins.tuple"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_random.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_random.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_random.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_random.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_random.__package__", "name": "__package__", "type": "builtins.str"}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_random.pyi"}
|
.mypy_cache/3.7/_random.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 1, 1, 1], "dep_prios": [5, 5, 30, 30], "dependencies": ["typing_extensions", "builtins", "abc", "typing"], "hash": "9cb69050dad633a71a06a4355501434d56c81adcffe3a6b78c9982c119372a07", "id": "_random", "ignore_all": true, "interface_hash": "43c5791a4b6ca6c99873ecae585025668d6be8b92453d2ff01d5cf40178eee62", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_random.pyi", "plugin_data": null, "size": 404, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_socket.data.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
.mypy_cache/3.7/_socket.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 4, 5, 1, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 5, 30, 30, 30, 30], "dependencies": ["sys", "_typeshed", "collections.abc", "typing", "typing_extensions", "builtins", "abc", "array", "ctypes", "mmap"], "hash": "7b12284aac0dd6754c2fc1ba409d438349ab12978515dfc6637799c75626cbaf", "id": "_socket", "ignore_all": true, "interface_hash": "e7a7f63459b201533d16a22766c55cd53a6104cefd755af04c18a1397d723e03", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_socket.pyi", "plugin_data": null, "size": 16847, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_stat.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_stat", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SF_APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.SF_APPEND", "name": "SF_APPEND", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 262144}}}, "SF_ARCHIVED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.SF_ARCHIVED", "name": "SF_ARCHIVED", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 65536}}}, "SF_IMMUTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.SF_IMMUTABLE", "name": "SF_IMMUTABLE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 131072}}}, "SF_NOUNLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.SF_NOUNLINK", "name": "SF_NOUNLINK", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1048576}}}, "SF_SNAPSHOT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.SF_SNAPSHOT", "name": "SF_SNAPSHOT", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 2097152}}}, "ST_ATIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_ATIME", "name": "ST_ATIME", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 7}}}, "ST_CTIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_CTIME", "name": "ST_CTIME", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 9}}}, "ST_DEV": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_DEV", "name": "ST_DEV", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 2}}}, "ST_GID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_GID", "name": "ST_GID", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 5}}}, "ST_INO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_INO", "name": "ST_INO", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}}}, "ST_MODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_MODE", "name": "ST_MODE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 0}}}, "ST_MTIME": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_MTIME", "name": "ST_MTIME", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 8}}}, "ST_NLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_NLINK", "name": "ST_NLINK", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 3}}}, "ST_SIZE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_SIZE", "name": "ST_SIZE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 6}}}, "ST_UID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.ST_UID", "name": "ST_UID", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 4}}}, "S_ENFMT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_ENFMT", "name": "S_ENFMT", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1024}}}, "S_IEXEC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IEXEC", "name": "S_IEXEC", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 64}}}, "S_IFBLK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFBLK", "name": "S_IFBLK", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 24576}}}, "S_IFCHR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFCHR", "name": "S_IFCHR", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 8192}}}, "S_IFDIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFDIR", "name": "S_IFDIR", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 16384}}}, "S_IFDOOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFDOOR", "name": "S_IFDOOR", "type": "builtins.int"}}, "S_IFIFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFIFO", "name": "S_IFIFO", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 4096}}}, "S_IFLNK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFLNK", "name": "S_IFLNK", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 40960}}}, "S_IFMT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_IFMT", "name": "S_IFMT", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_IFMT", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "S_IFPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFPORT", "name": "S_IFPORT", "type": "builtins.int"}}, "S_IFREG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFREG", "name": "S_IFREG", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 32768}}}, "S_IFSOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFSOCK", "name": "S_IFSOCK", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 49152}}}, "S_IFWHT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IFWHT", "name": "S_IFWHT", "type": "builtins.int"}}, "S_IMODE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_IMODE", "name": "S_IMODE", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_IMODE", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "S_IREAD": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IREAD", "name": "S_IREAD", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 256}}}, "S_IRGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IRGRP", "name": "S_IRGRP", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 32}}}, "S_IROTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IROTH", "name": "S_IROTH", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 4}}}, "S_IRUSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IRUSR", "name": "S_IRUSR", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 256}}}, "S_IRWXG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IRWXG", "name": "S_IRWXG", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 56}}}, "S_IRWXO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IRWXO", "name": "S_IRWXO", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 7}}}, "S_IRWXU": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IRWXU", "name": "S_IRWXU", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 448}}}, "S_ISBLK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISBLK", "name": "S_ISBLK", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISBLK", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISCHR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISCHR", "name": "S_ISCHR", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISCHR", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISDIR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISDIR", "name": "S_ISDIR", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISDIR", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISDOOR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISDOOR", "name": "S_ISDOOR", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISDOOR", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISFIFO": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISFIFO", "name": "S_ISFIFO", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISFIFO", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISGID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_ISGID", "name": "S_ISGID", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1024}}}, "S_ISLNK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISLNK", "name": "S_ISLNK", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISLNK", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISPORT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISPORT", "name": "S_ISPORT", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISPORT", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISREG": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISREG", "name": "S_ISREG", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISREG", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISSOCK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISSOCK", "name": "S_ISSOCK", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISSOCK", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_ISUID": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_ISUID", "name": "S_ISUID", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 2048}}}, "S_ISVTX": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_ISVTX", "name": "S_ISVTX", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 512}}}, "S_ISWHT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.S_ISWHT", "name": "S_ISWHT", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "S_ISWHT", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "S_IWGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IWGRP", "name": "S_IWGRP", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 16}}}, "S_IWOTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IWOTH", "name": "S_IWOTH", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 2}}}, "S_IWRITE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IWRITE", "name": "S_IWRITE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 128}}}, "S_IWUSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IWUSR", "name": "S_IWUSR", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 128}}}, "S_IXGRP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IXGRP", "name": "S_IXGRP", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 8}}}, "S_IXOTH": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IXOTH", "name": "S_IXOTH", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}}}, "S_IXUSR": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.S_IXUSR", "name": "S_IXUSR", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 64}}}, "UF_APPEND": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.UF_APPEND", "name": "UF_APPEND", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 4}}}, "UF_COMPRESSED": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.UF_COMPRESSED", "name": "UF_COMPRESSED", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 32}}}, "UF_HIDDEN": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.UF_HIDDEN", "name": "UF_HIDDEN", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 32768}}}, "UF_IMMUTABLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.UF_IMMUTABLE", "name": "UF_IMMUTABLE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 2}}}, "UF_NODUMP": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.UF_NODUMP", "name": "UF_NODUMP", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}}}, "UF_NOUNLINK": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.UF_NOUNLINK", "name": "UF_NOUNLINK", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 16}}}, "UF_OPAQUE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.UF_OPAQUE", "name": "UF_OPAQUE", "type": {".class": "LiteralType", "fallback": "builtins.int", "value": 8}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_stat.__package__", "name": "__package__", "type": "builtins.str"}}, "filemode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["mode"], "flags": [], "fullname": "_stat.filemode", "name": "filemode", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["mode"], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "filemode", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_stat.pyi"}
|
.mypy_cache/3.7/_stat.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 1, 1, 1], "dep_prios": [10, 5, 5, 30, 30], "dependencies": ["sys", "typing_extensions", "builtins", "abc", "typing"], "hash": "4545d9f4011bbe91db363d9537e5d852b7ba1d7bb73b7bda9b540122a7cac958", "id": "_stat", "ignore_all": true, "interface_hash": "0e2ca2e57029bbcfad88c20002d79da3c5bf7500e6e4ca01079ca2f205d686c0", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_stat.pyi", "plugin_data": null, "size": 2944, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_tracemalloc.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_tracemalloc", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FrameTupleT": {".class": "SymbolTableNode", "cross_ref": "tracemalloc._FrameTupleT", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_TraceTupleT": {".class": "SymbolTableNode", "cross_ref": "tracemalloc._TraceTupleT", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_tracemalloc.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_tracemalloc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_tracemalloc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_tracemalloc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_tracemalloc.__package__", "name": "__package__", "type": "builtins.str"}}, "_get_object_traceback": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_tracemalloc._get_object_traceback", "name": "_get_object_traceback", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["builtins.object"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_get_object_traceback", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "tracemalloc._FrameTupleT"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "_get_traces": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_tracemalloc._get_traces", "name": "_get_traces", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_get_traces", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "tracemalloc._TraceTupleT"}], "type_ref": "typing.Sequence"}, "type_guard": null, "variables": []}}}, "clear_traces": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_tracemalloc.clear_traces", "name": "clear_traces", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clear_traces", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "get_traceback_limit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_tracemalloc.get_traceback_limit", "name": "get_traceback_limit", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_traceback_limit", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "get_traced_memory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_tracemalloc.get_traced_memory", "name": "get_traced_memory", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_traced_memory", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "get_tracemalloc_memory": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_tracemalloc.get_tracemalloc_memory", "name": "get_tracemalloc_memory", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_tracemalloc_memory", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "is_tracing": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_tracemalloc.is_tracing", "name": "is_tracing", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "is_tracing", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "start": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [1], "arg_names": [null], "flags": [], "fullname": "_tracemalloc.start", "name": "start", "type": {".class": "CallableType", "arg_kinds": [1], "arg_names": [null], "arg_types": ["builtins.int"], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "start", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "stop": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "_tracemalloc.stop", "name": "stop", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "stop", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_tracemalloc.pyi"}
|
.mypy_cache/3.7/_tracemalloc.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 1, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 30, 30, 30], "dependencies": ["sys", "collections.abc", "tracemalloc", "builtins", "_typeshed", "abc", "typing"], "hash": "5b1a53acfdf99aa8353d3c27ad47d23bbd57af9b931a513585f036b8728aa087", "id": "_tracemalloc", "ignore_all": true, "interface_hash": "d8dc02c9fcb65e1ac7a2c2aeed459d9b28e09ffe3dc891a769b10c74844ab0f3", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_tracemalloc.pyi", "plugin_data": null, "size": 552, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_typeshed/__init__.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_typeshed", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "AbstractSet": {".class": "SymbolTableNode", "cross_ref": "typing.AbstractSet", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Awaitable": {".class": "SymbolTableNode", "cross_ref": "typing.Awaitable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BytesPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.BytesPath", "line": 117, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os.PathLike"}]}}}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ExcInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.ExcInfo", "line": 223, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeType", "item": "builtins.BaseException"}, "builtins.BaseException", "types.TracebackType"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "FileDescriptor": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.FileDescriptor", "line": 191, "no_args": true, "normalized": false, "target": "builtins.int"}}, "FileDescriptorLike": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.FileDescriptorLike", "line": 192, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", "_typeshed.HasFileno"]}}}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HasFileno": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.HasFileno", "name": "HasFileno", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.HasFileno", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.HasFileno", "builtins.object"], "names": {".class": "SymbolTable", "fileno": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.HasFileno.fileno", "name": "fileno", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_typeshed.HasFileno"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fileno of HasFileno", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "IdentityFunction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.IdentityFunction", "name": "IdentityFunction", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.IdentityFunction", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.IdentityFunction", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "_typeshed.IdentityFunction.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["_typeshed.IdentityFunction", {".class": "TypeVarType", "fullname": "_typeshed._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__call__ of IdentityFunction", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Incomplete": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.Incomplete", "line": 34, "no_args": false, "normalized": false, "target": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NoneType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.NoneType", "name": "NoneType", "type_vars": []}, "deletable_attributes": [], "flags": ["is_final"], "fullname": "_typeshed.NoneType", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.NoneType", "builtins.object"], "names": {".class": "SymbolTable", "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.NoneType.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_typeshed.NoneType"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of NoneType", "ret_type": {".class": "LiteralType", "fallback": "builtins.bool", "value": false}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "OpenBinaryMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenBinaryMode", "line": 185, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeUpdating"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeReading"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenBinaryModeWriting"}]}}}, "OpenBinaryModeReading": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenBinaryModeReading", "line": 184, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rbU"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rUb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "Urb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "brU"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bUr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "Ubr"}]}}}, "OpenBinaryModeUpdating": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenBinaryModeUpdating", "line": 157, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rb+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+rb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "br+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "b+r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+br"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wb+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "b+w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ba+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "b+a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+ba"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+b"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bx+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "b+x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+bx"}]}}}, "OpenBinaryModeWriting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenBinaryModeWriting", "line": 183, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "wb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ab"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ba"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xb"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "bx"}]}}}, "OpenTextMode": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenTextMode", "line": 156, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextModeUpdating"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextModeWriting"}, {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.OpenTextModeReading"}]}}}, "OpenTextModeReading": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenTextModeReading", "line": 155, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "U"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rU"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "Ur"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rtU"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rUt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "Urt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "trU"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tUr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "Utr"}]}}}, "OpenTextModeUpdating": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenTextModeUpdating", "line": 120, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "r+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "rt+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "r+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+rt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tr+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "t+r"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+tr"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "w+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tw+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "t+w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+tw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ta+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "t+a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+ta"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x+t"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tx+"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "t+x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "+tx"}]}}}, "OpenTextModeWriting": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OpenTextModeWriting", "line": 154, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "w"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tw"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "a"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "at"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "ta"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "x"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "xt"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "tx"}]}}}, "OptExcInfo": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.OptExcInfo", "line": 224, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.ExcInfo"}, {".class": "TupleType", "implicit": false, "items": [{".class": "NoneType"}, {".class": "NoneType"}, {".class": "NoneType"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}}}, "PathLike": {".class": "SymbolTableNode", "cross_ref": "os.PathLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ReadOnlyBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.ReadOnlyBuffer", "line": 210, "no_args": true, "normalized": false, "target": "builtins.bytes"}}, "ReadableBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.ReadableBuffer", "line": 221, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytes", {".class": "TypeAliasType", "args": [], "type_ref": "_typeshed.WriteableBuffer"}]}}}, "Self": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed.Self", "name": "Self", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "StrOrBytesPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.StrOrBytesPath", "line": 118, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", "builtins.bytes", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}, {".class": "Instance", "args": ["builtins.bytes"], "type_ref": "os.PathLike"}]}}}, "StrPath": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.StrPath", "line": 116, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}}}, "SupportsAdd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsAdd", "name": "SupportsAdd", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsAdd", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsAdd", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsAdd.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_typeshed.SupportsAdd", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of SupportsAdd", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsAiter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsAiter", "name": "SupportsAiter", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsAiter", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsAiter", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsAiter", "builtins.object"], "names": {".class": "SymbolTable", "__aiter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.SupportsAiter.__aiter__", "name": "__aiter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsAiter", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsAiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__aiter__ of SupportsAiter", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsAiter", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsAllComparisons": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT", "_typeshed.SupportsDunderLE", "_typeshed.SupportsDunderGE"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsAllComparisons", "name": "SupportsAllComparisons", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsAllComparisons", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsAllComparisons", "_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT", "_typeshed.SupportsDunderLE", "_typeshed.SupportsDunderGE", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsAnext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsAnext", "name": "SupportsAnext", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsAnext", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsAnext", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsAnext", "builtins.object"], "names": {".class": "SymbolTable", "__anext__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.SupportsAnext.__anext__", "name": "__anext__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsAnext", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsAnext"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__anext__ of SupportsAnext", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsAnext", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Awaitable"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsDivMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsDivMod", "name": "SupportsDivMod", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsDivMod", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "namespace": "_typeshed.SupportsDivMod", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsDivMod", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsDivMod", "builtins.object"], "names": {".class": "SymbolTable", "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsDivMod.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsDivMod", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "namespace": "_typeshed.SupportsDivMod", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsDivMod"}, {".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsDivMod", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of SupportsDivMod", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "namespace": "_typeshed.SupportsDivMod", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_contra", "_T_co"], "typeddict_type": null}}, "SupportsDunderGE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsDunderGE", "name": "SupportsDunderGE", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsDunderGE", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsDunderGE", "builtins.object"], "names": {".class": "SymbolTable", "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsDunderGE.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_typeshed.SupportsDunderGE", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of SupportsDunderGE", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsDunderGT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsDunderGT", "name": "SupportsDunderGT", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsDunderGT", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsDunderGT", "builtins.object"], "names": {".class": "SymbolTable", "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsDunderGT.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_typeshed.SupportsDunderGT", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of SupportsDunderGT", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsDunderLE": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsDunderLE", "name": "SupportsDunderLE", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsDunderLE", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsDunderLE", "builtins.object"], "names": {".class": "SymbolTable", "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsDunderLE.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_typeshed.SupportsDunderLE", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of SupportsDunderLE", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsDunderLT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsDunderLT", "name": "SupportsDunderLT", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsDunderLT", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsDunderLT", "builtins.object"], "names": {".class": "SymbolTable", "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsDunderLT.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["_typeshed.SupportsDunderLT", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of SupportsDunderLT", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsGetItem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__contains__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsGetItem", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "typing.Container"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsGetItem", "name": "SupportsGetItem", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsGetItem", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_abstract", "is_protocol"], "fullname": "_typeshed.SupportsGetItem", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsGetItem", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsGetItem.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsGetItem", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsGetItem"}, {".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsGetItem", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SupportsGetItem", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_KT_contra", "_VT_co"], "typeddict_type": null}}, "SupportsItemAccess": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__contains__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_typeshed.SupportsGetItem"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsItemAccess", "name": "SupportsItemAccess", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": ["is_abstract", "is_protocol"], "fullname": "_typeshed.SupportsItemAccess", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsItemAccess", "_typeshed.SupportsGetItem", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsItemAccess.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_typeshed.SupportsItemAccess"}, {".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of SupportsItemAccess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": [], "fullname": "_typeshed.SupportsItemAccess.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_typeshed.SupportsItemAccess"}, {".class": "TypeVarType", "fullname": "_typeshed._KT_contra", "id": 1, "name": "_KT_contra", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._VT", "id": 2, "name": "_VT", "namespace": "_typeshed.SupportsItemAccess", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of SupportsItemAccess", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_KT_contra", "_VT"], "typeddict_type": null}}, "SupportsItems": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsItems", "name": "SupportsItems", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._KT_co", "id": 1, "name": "_KT_co", "namespace": "_typeshed.SupportsItems", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsItems", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsItems", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsItems", "builtins.object"], "names": {".class": "SymbolTable", "items": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.SupportsItems.items", "name": "items", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT_co", "id": 1, "name": "_KT_co", "namespace": "_typeshed.SupportsItems", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsItems", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsItems"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "items of SupportsItems", "ret_type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "_typeshed._KT_co", "id": 1, "name": "_KT_co", "namespace": "_typeshed.SupportsItems", "upper_bound": "builtins.object", "values": [], "variance": 1}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsItems", "upper_bound": "builtins.object", "values": [], "variance": 1}], "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.AbstractSet"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_KT_co", "_VT_co"], "typeddict_type": null}}, "SupportsIter": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsIter", "name": "SupportsIter", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsIter", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsIter", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsIter", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_typeshed.SupportsIter.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsIter", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsIter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of SupportsIter", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsIter", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsKeysAndGetItem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsKeysAndGetItem", "name": "SupportsKeysAndGetItem", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsKeysAndGetItem", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsKeysAndGetItem", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsKeysAndGetItem.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsKeysAndGetItem"}, {".class": "TypeVarType", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SupportsKeysAndGetItem", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}, "keys": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.SupportsKeysAndGetItem.keys", "name": "keys", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_typeshed._VT_co", "id": 2, "name": "_VT_co", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsKeysAndGetItem"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "keys of SupportsKeysAndGetItem", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._KT", "id": 1, "name": "_KT", "namespace": "_typeshed.SupportsKeysAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_KT", "_VT_co"], "typeddict_type": null}}, "SupportsLenAndGetItem": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsLenAndGetItem", "name": "SupportsLenAndGetItem", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsLenAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsLenAndGetItem", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsLenAndGetItem", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_typeshed.SupportsLenAndGetItem.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsLenAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsLenAndGetItem"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of SupportsLenAndGetItem", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsLenAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_typeshed.SupportsLenAndGetItem.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsLenAndGetItem", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsLenAndGetItem"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__len__ of SupportsLenAndGetItem", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsNext": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsNext", "name": "SupportsNext", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsNext", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsNext", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsNext", "builtins.object"], "names": {".class": "SymbolTable", "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.SupportsNext.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsNext", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsNext"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__next__ of SupportsNext", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsNext", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsNoArgReadline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsNoArgReadline", "name": "SupportsNoArgReadline", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsNoArgReadline", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsNoArgReadline", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsNoArgReadline", "builtins.object"], "names": {".class": "SymbolTable", "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.SupportsNoArgReadline.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsNoArgReadline", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsNoArgReadline"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "readline of SupportsNoArgReadline", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsNoArgReadline", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsRDivMod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsRDivMod", "name": "SupportsRDivMod", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsRDivMod", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "namespace": "_typeshed.SupportsRDivMod", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsRDivMod", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsRDivMod", "builtins.object"], "names": {".class": "SymbolTable", "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "_typeshed.SupportsRDivMod.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsRDivMod", "upper_bound": "builtins.object", "values": [], "variance": 2}, {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "namespace": "_typeshed.SupportsRDivMod", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsRDivMod"}, {".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsRDivMod", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of SupportsRDivMod", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 2, "name": "_T_co", "namespace": "_typeshed.SupportsRDivMod", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_contra", "_T_co"], "typeddict_type": null}}, "SupportsRead": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsRead", "name": "SupportsRead", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsRead", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsRead", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsRead", "builtins.object"], "names": {".class": "SymbolTable", "read": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "_typeshed.SupportsRead.read", "name": "read", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsRead", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsRead"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "read of SupportsRead", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsRead", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsReadline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsReadline", "name": "SupportsReadline", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsReadline", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsReadline", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsReadline", "builtins.object"], "names": {".class": "SymbolTable", "readline": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "_typeshed.SupportsReadline.readline", "name": "readline", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsReadline", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "_typeshed.SupportsReadline"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "readline of SupportsReadline", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.SupportsReadline", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "SupportsRichComparison": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_typeshed.SupportsRichComparison", "line": 64, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}}}, "SupportsRichComparisonT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed.SupportsRichComparisonT", "name": "SupportsRichComparisonT", "upper_bound": {".class": "UnionType", "items": ["_typeshed.SupportsDunderLT", "_typeshed.SupportsDunderGT"]}, "values": [], "variance": 0}}, "SupportsTrunc": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsTrunc", "name": "SupportsTrunc", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsTrunc", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsTrunc", "builtins.object"], "names": {".class": "SymbolTable", "__trunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_typeshed.SupportsTrunc.__trunc__", "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["_typeshed.SupportsTrunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of SupportsTrunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SupportsWrite": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.SupportsWrite", "name": "SupportsWrite", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsWrite", "upper_bound": "builtins.object", "values": [], "variance": 2}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "_typeshed.SupportsWrite", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.SupportsWrite", "builtins.object"], "names": {".class": "SymbolTable", "write": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "_typeshed.SupportsWrite.write", "name": "write", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsWrite", "upper_bound": "builtins.object", "values": [], "variance": 2}], "type_ref": "_typeshed.SupportsWrite"}, {".class": "TypeVarType", "fullname": "_typeshed._T_contra", "id": 1, "name": "_T_contra", "namespace": "_typeshed.SupportsWrite", "upper_bound": "builtins.object", "values": [], "variance": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "write of SupportsWrite", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_contra"], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeAlias": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.TypeAlias", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WriteableBuffer": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "_typeshed.WriteableBuffer", "line": 219, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.bytearray", "builtins.memoryview", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "array.array"}, "mmap.mmap", "ctypes._CData"]}}}, "_KT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._KT", "name": "_KT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_KT_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._KT_co", "name": "_KT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_KT_contra": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._KT_contra", "name": "_KT_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._T_co", "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_T_contra": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._T_contra", "name": "_T_contra", "upper_bound": "builtins.object", "values": [], "variance": 2}}, "_VT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._VT", "name": "_VT", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_VT_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_typeshed._VT_co", "name": "_VT_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_typeshed.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_typeshed.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_typeshed.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_typeshed.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_typeshed.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_typeshed.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "array": {".class": "SymbolTableNode", "cross_ref": "array", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ctypes": {".class": "SymbolTableNode", "cross_ref": "ctypes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "mmap": {".class": "SymbolTableNode", "cross_ref": "mmap", "kind": "Gdef", "module_hidden": true, "module_public": false}, "pickle": {".class": "SymbolTableNode", "cross_ref": "pickle", "kind": "Gdef", "module_hidden": true, "module_public": false}, "structseq": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_typeshed.structseq", "name": "structseq", "type_vars": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.structseq", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "_typeshed.structseq", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_typeshed", "mro": ["_typeshed.structseq", "builtins.object"], "names": {".class": "SymbolTable", "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "sequence", "dict"], "flags": [], "fullname": "_typeshed.structseq.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["cls", "sequence", "dict"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_typeshed._T_co", "id": 1, "name": "_T_co", "namespace": "_typeshed.structseq", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "typing.Iterable"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of structseq", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "n_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "_typeshed.structseq.n_fields", "name": "n_fields", "type": "builtins.int"}}, "n_sequence_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "_typeshed.structseq.n_sequence_fields", "name": "n_sequence_fields", "type": "builtins.int"}}, "n_unnamed_fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_final", "final_unset_in_class", "is_ready"], "fullname": "_typeshed.structseq.n_unnamed_fields", "name": "n_unnamed_fields", "type": "builtins.int"}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_typeshed/__init__.pyi"}
|
.mypy_cache/3.7/_typeshed/__init__.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655829136, "dep_lines": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 1, 1], "dep_prios": [10, 10, 10, 10, 10, 5, 5, 5, 5, 5, 5, 30], "dependencies": ["array", "ctypes", "mmap", "pickle", "sys", "collections.abc", "os", "types", "typing", "typing_extensions", "builtins", "abc"], "hash": "02d2e97bf285a0c668aa9c33884a54645f9fe18bea42c5926939791a08aa13e0", "id": "_typeshed", "ignore_all": true, "interface_hash": "594c4cbcb316731de7b77af66ddd162c7f8347d55a0d1b9565ca36677c6c15cd", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_typeshed/__init__.pyi", "plugin_data": null, "size": 7920, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_warnings.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_warnings", "future_import_flags": [], "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}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings.__package__", "name": "__package__", "type": "builtins.str"}}, "_defaultaction": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings._defaultaction", "name": "_defaultaction", "type": "builtins.str"}}, "_onceregistry": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings._onceregistry", "name": "_onceregistry", "type": {".class": "Instance", "args": [{".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}], "type_ref": "builtins.dict"}}}, "filters": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_warnings.filters", "name": "filters", "type": {".class": "Instance", "args": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "TypeType", "item": "builtins.Warning"}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "type_ref": "builtins.list"}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "warn": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_warnings.warn", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["message", "category", "stacklevel", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "_warnings.warn", "name": "warn", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["message", "category", "stacklevel", "source"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "warn", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["message", "category", "stacklevel", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "_warnings.warn", "name": "warn", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["message", "category", "stacklevel", "source"], "arg_types": ["builtins.Warning", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "warn", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["message", "category", "stacklevel", "source"], "arg_types": ["builtins.str", {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.Warning"}, {".class": "NoneType"}]}, "builtins.int", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["message", "category", "stacklevel", "source"], "arg_types": ["builtins.Warning", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.int", {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "warn_explicit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_warnings.warn_explicit", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "module", "registry", "module_globals", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "_warnings.warn_explicit", "name": "warn_explicit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "module", "registry", "module_globals", "source"], "arg_types": ["builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}, "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn_explicit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "warn_explicit", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "module", "registry", "module_globals", "source"], "flags": ["is_overload", "is_decorated"], "fullname": "_warnings.warn_explicit", "name": "warn_explicit", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "module", "registry", "module_globals", "source"], "arg_types": ["builtins.Warning", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}, "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn_explicit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "warn_explicit", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "module", "registry", "module_globals", "source"], "arg_types": ["builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}, "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn_explicit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1, 1, 1], "arg_names": ["message", "category", "filename", "lineno", "module", "registry", "module_globals", "source"], "arg_types": ["builtins.Warning", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "builtins.str", "builtins.int", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.str", {".class": "TupleType", "implicit": false, "items": ["builtins.str", {".class": "TypeType", "item": "builtins.Warning"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}, "builtins.int"], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "warn_explicit", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_warnings.pyi"}
|
.mypy_cache/3.7/_warnings.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655832129, "dep_lines": [1, 1, 1], "dep_prios": [5, 5, 30], "dependencies": ["typing", "builtins", "abc"], "hash": "23ee302609fa649936d0b72e7ed47bcc99b377d3c50894912af89a0882367503", "id": "_warnings", "ignore_all": true, "interface_hash": "5baa1b62efae8082699345b51ac7a205d1a59b84ef2283c78b89ce5ce63274ad", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_warnings.pyi", "plugin_data": null, "size": 1026, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_weakref.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_weakref", "future_import_flags": [], "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}, "CallableProxyType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_weakref.CallableProxyType", "name": "CallableProxyType", "type_vars": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": 1, "name": "_C", "namespace": "_weakref.CallableProxyType", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": ["is_final"], "fullname": "_weakref.CallableProxyType", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_weakref", "mro": ["_weakref.CallableProxyType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_weakref.CallableProxyType.__call__", "name": "__call__", "type": {".class": "TypeVarType", "fullname": "_weakref._C", "id": 1, "name": "_C", "namespace": "_weakref.CallableProxyType", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakref.CallableProxyType.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": 1, "name": "_C", "namespace": "_weakref.CallableProxyType", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}], "type_ref": "_weakref.CallableProxyType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of CallableProxyType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_C"], "typeddict_type": null}}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ProxyType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_weakref.ProxyType", "name": "ProxyType", "type_vars": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ProxyType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": ["is_final"], "fullname": "_weakref.ProxyType", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_weakref", "mro": ["_weakref.ProxyType", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakref.ProxyType.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ProxyType", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ProxyType"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of ProxyType", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "ReferenceType": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_weakref.ReferenceType", "name": "ReferenceType", "type_vars": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "_weakref.ReferenceType", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "_weakref", "mro": ["_weakref.ReferenceType", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_weakref.ReferenceType.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__call__ of ReferenceType", "ret_type": {".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}, "__callback__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "_weakref.ReferenceType.__callback__", "name": "__callback__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_weakref.ReferenceType.__hash__", "name": "__hash__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__hash__ of ReferenceType", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "o", "callback"], "flags": [], "fullname": "_weakref.ReferenceType.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "o", "callback"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}, {".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": 1, "name": "_T", "namespace": "_weakref.ReferenceType", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakref.ReferenceType"}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ReferenceType", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_C": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_weakref._C", "name": "_C", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "_weakref._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakref.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakref.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakref.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakref.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakref.__package__", "name": "__package__", "type": "builtins.str"}}, "final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "getweakrefcount": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_weakref.getweakrefcount", "name": "getweakrefcount", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getweakrefcount", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "getweakrefs": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_weakref.getweakrefs", "name": "getweakrefs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "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", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getweakrefs", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "proxy": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "_weakref.proxy", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "_weakref.proxy", "name": "proxy", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "proxy", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}], "type_ref": "_weakref.CallableProxyType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "proxy", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "_weakref.proxy", "name": "proxy", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "proxy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "proxy", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "proxy", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}], "type_ref": "_weakref.CallableProxyType"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakref._C", "id": -1, "name": "_C", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "proxy", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakref._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "ref": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "_weakref.ref", "line": 29, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "_weakref.ReferenceType"}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_weakref.pyi"}
|
.mypy_cache/3.7/_weakref.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 4, 1, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30, 30], "dependencies": ["sys", "collections.abc", "typing", "typing_extensions", "builtins", "_typeshed", "abc"], "hash": "2eb8b487360e720252edcc10dc29f1d3ecb8948a81c02e9a6693df62b92e592c", "id": "_weakref", "ignore_all": true, "interface_hash": "856d6399e656a13ae2e5ddf685ffed8c333ebaca7ddb8662c33778e916b2af65", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_weakref.pyi", "plugin_data": null, "size": 1263, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/_weakrefset.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "_weakrefset", "future_import_flags": [], "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}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MutableSet": {".class": "SymbolTableNode", "cross_ref": "typing.MutableSet", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Self": {".class": "SymbolTableNode", "cross_ref": "_typeshed.Self", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "WeakSet": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.MutableSet"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "_weakrefset.WeakSet", "name": "WeakSet", "type_vars": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "_weakrefset.WeakSet", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "_weakrefset", "mro": ["_weakrefset.WeakSet", "typing.MutableSet", "typing.AbstractSet", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__eq__", "name": "__eq__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__eq__ of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "data"], "flags": [], "fullname": "_weakrefset.WeakSet.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "data"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_weakrefset.WeakSet.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__ixor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "_weakrefset.WeakSet.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__len__ of WeakSet", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "_weakrefset.WeakSet.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "_weakrefset.WeakSet.add", "name": "add", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "add of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "clear": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_weakrefset.WeakSet.clear", "name": "clear", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clear of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_weakrefset.WeakSet.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "copy of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "difference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.difference", "name": "difference", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "difference of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "difference_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.difference_update", "name": "difference_update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "difference_update of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "discard": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "_weakrefset.WeakSet.discard", "name": "discard", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "discard of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "intersection": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.intersection", "name": "intersection", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "intersection of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_typeshed.Self", "id": -1, "name": "Self", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "intersection_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.intersection_update", "name": "intersection_update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "intersection_update of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "isdisjoint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.isdisjoint", "name": "isdisjoint", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isdisjoint of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issubset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.issubset", "name": "issubset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "issubset of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "issuperset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.issuperset", "name": "issuperset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "issuperset of WeakSet", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "pop": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "_weakrefset.WeakSet.pop", "name": "pop", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "pop of WeakSet", "ret_type": {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "remove": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "flags": [], "fullname": "_weakrefset.WeakSet.remove", "name": "remove", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "item"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "remove of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "symmetric_difference": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.symmetric_difference", "name": "symmetric_difference", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "symmetric_difference of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "symmetric_difference_update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.symmetric_difference_update", "name": "symmetric_difference_update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "symmetric_difference_update of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "union": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.union", "name": "union", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "union of WeakSet", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}]}], "type_ref": "_weakrefset.WeakSet"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "_weakrefset._S", "id": -1, "name": "_S", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "update": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "_weakrefset.WeakSet.update", "name": "update", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "_weakrefset.WeakSet"}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "_weakrefset._T", "id": 1, "name": "_T", "namespace": "_weakrefset.WeakSet", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "typing.Iterable"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "update of WeakSet", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T"], "typeddict_type": null}}, "_S": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "_weakrefset._S", "name": "_S", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "_weakrefset._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "_weakrefset.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "_weakrefset.__package__", "name": "__package__", "type": "builtins.str"}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_weakrefset.pyi"}
|
.mypy_cache/3.7/_weakrefset.meta.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"data_mtime": 1655831478, "dep_lines": [1, 2, 3, 4, 1, 1], "dep_prios": [10, 5, 5, 5, 5, 30], "dependencies": ["sys", "_typeshed", "collections.abc", "typing", "builtins", "abc"], "hash": "74d668356b9816e13e995342cb49ae720d77ecd54d5284d1c71fe873292ce3a0", "id": "_weakrefset", "ignore_all": true, "interface_hash": "e9b6674bbd74fd4f6a908ac843e610d48e4ac6d16aec6f2d5e94852f0623cf59", "mtime": 1655827921, "options": {"allow_redefinition": false, "allow_untyped_globals": false, "always_false": [], "always_true": [], "bazel": false, "check_untyped_defs": false, "disallow_any_decorated": false, "disallow_any_explicit": false, "disallow_any_expr": false, "disallow_any_generics": false, "disallow_any_unimported": false, "disallow_incomplete_defs": false, "disallow_subclassing_any": false, "disallow_untyped_calls": false, "disallow_untyped_decorators": false, "disallow_untyped_defs": false, "follow_imports": "normal", "follow_imports_for_stubs": false, "ignore_errors": false, "ignore_missing_imports": false, "implicit_reexport": true, "local_partial_types": false, "mypyc": false, "no_implicit_optional": false, "platform": "linux", "plugins": [], "show_none_errors": true, "strict_concatenate": false, "strict_equality": false, "strict_optional": true, "strict_optional_whitelist": null, "warn_no_return": true, "warn_return_any": false, "warn_unreachable": false, "warn_unused_ignores": false}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/_weakrefset.pyi", "plugin_data": null, "size": 2411, "suppressed": [], "version_id": "0.961"}
|
.mypy_cache/3.7/abc.data.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{".class": "MypyFile", "_fullname": "abc", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABC": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": "abc.ABCMeta", "defn": {".class": "ClassDef", "fullname": "abc.ABC", "name": "ABC", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "abc.ABC", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "abc", "mro": ["abc.ABC", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ABCMeta": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.type"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "abc.ABCMeta", "name": "ABCMeta", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "abc.ABCMeta", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "abc", "mro": ["abc.ABCMeta", "builtins.type", "builtins.object"], "names": {".class": "SymbolTable", "__abstractmethods__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "abc.ABCMeta.__abstractmethods__", "name": "__abstractmethods__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.frozenset"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "bases", "namespace"], "flags": [], "fullname": "abc.ABCMeta.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": ["self", "name", "bases", "namespace"], "arg_types": ["abc.ABCMeta", "builtins.str", {".class": "Instance", "args": ["builtins.type"], "type_ref": "builtins.tuple"}, {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.dict"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ABCMeta", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__instancecheck__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "instance"], "flags": [], "fullname": "abc.ABCMeta.__instancecheck__", "name": "__instancecheck__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "instance"], "arg_types": ["abc.ABCMeta", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__instancecheck__ of ABCMeta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__subclasscheck__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "subclass"], "flags": [], "fullname": "abc.ABCMeta.__subclasscheck__", "name": "__subclasscheck__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "subclass"], "arg_types": ["abc.ABCMeta", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__subclasscheck__ of ABCMeta", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "_dump_registry": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["cls", "file"], "flags": [], "fullname": "abc.ABCMeta._dump_registry", "name": "_dump_registry", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["cls", "file"], "arg_types": ["abc.ABCMeta", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "_typeshed.SupportsWrite"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "_dump_registry of ABCMeta", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "register": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "subclass"], "flags": [], "fullname": "abc.ABCMeta.register", "name": "register", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "subclass"], "arg_types": ["abc.ABCMeta", {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "abc._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "register of ABCMeta", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "abc._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "abc._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "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}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Literal": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "_typeshed.SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FuncT": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "abc._FuncT", "name": "_FuncT", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}}, "_R_co": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "abc._R_co", "name": "_R_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeVarExpr", "fullname": "abc._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "abc.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "abc.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "abc.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "abc.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "abc.__package__", "name": "__package__", "type": "builtins.str"}}, "abstractclassmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractclassmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.classmethod"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "abc.abstractclassmethod", "name": "abstractclassmethod", "type_vars": [{".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractclassmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "abc.abstractclassmethod", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "abc", "mro": ["abc.abstractclassmethod", "builtins.classmethod", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "flags": [], "fullname": "abc.abstractclassmethod.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractclassmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "abc.abstractclassmethod"}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractclassmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of abstractclassmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__isabstractmethod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "abc.abstractclassmethod.__isabstractmethod__", "name": "__isabstractmethod__", "type": {".class": "LiteralType", "fallback": "builtins.bool", "value": true}}}}, "slots": null, "tuple_type": null, "type_vars": ["_R_co"], "typeddict_type": null}}, "abstractmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["funcobj"], "flags": [], "fullname": "abc.abstractmethod", "name": "abstractmethod", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["funcobj"], "arg_types": [{".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "name": "_FuncT", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "abstractmethod", "ret_type": {".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "name": "_FuncT", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "abc._FuncT", "id": -1, "name": "_FuncT", "namespace": "", "upper_bound": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, "values": [], "variance": 0}]}}}, "abstractproperty": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.property"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "abc.abstractproperty", "name": "abstractproperty", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "abc.abstractproperty", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "abc", "mro": ["abc.abstractproperty", "builtins.property", "builtins.object"], "names": {".class": "SymbolTable", "__isabstractmethod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "abc.abstractproperty.__isabstractmethod__", "name": "__isabstractmethod__", "type": {".class": "LiteralType", "fallback": "builtins.bool", "value": true}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "abstractstaticmethod": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractstaticmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "builtins.staticmethod"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "abc.abstractstaticmethod", "name": "abstractstaticmethod", "type_vars": [{".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractstaticmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "abc.abstractstaticmethod", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "abc", "mro": ["abc.abstractstaticmethod", "builtins.staticmethod", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "flags": [], "fullname": "abc.abstractstaticmethod.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "callable"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractstaticmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "abc.abstractstaticmethod"}, {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".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": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "TypeVarType", "fullname": "abc._R_co", "id": 1, "name": "_R_co", "namespace": "abc.abstractstaticmethod", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of abstractstaticmethod", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__isabstractmethod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "abc.abstractstaticmethod.__isabstractmethod__", "name": "__isabstractmethod__", "type": {".class": "LiteralType", "fallback": "builtins.bool", "value": true}}}}, "slots": null, "tuple_type": null, "type_vars": ["_R_co"], "typeddict_type": null}}, "get_cache_token": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "abc.get_cache_token", "name": "get_cache_token", "type": {".class": "CallableType", "arg_kinds": [], "arg_names": [], "arg_types": [], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "get_cache_token", "ret_type": "builtins.object", "type_guard": null, "variables": []}}}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/mypy/typeshed/stdlib/abc.pyi"}
|